semi合集-English.pdf - 第7799页
SEMI T12.2-0704 © SEMI 2004 28 <xsd:schema xmlns:xsd= http://www.w3.org/2001/XMLSchema xmlns:jit= http://www.semi.org/Traceability/T12.2-V01 targetNamespace= http://www.semi.org/Traceability/T12.2-V01 elementFormDefau…

SEMI T12.2-0704 © SEMI 2004 27
<xsd:element name="ShowHistoryResponse" type="ShowHistoryResponseType"/>
<xsd:complexType name="ShowHistoyResponseType">
<xsd:sequence>
<xsd:element name="History" type="HistoryType" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowReleaseConditionRequestHbf.xsd for HistoryBuffer
Class
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=
http://www.semi.org/Traceability/T12.2-V01
targetNamespace=
http://www.semi.org/Traceability/T12.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Show Release Condition Request - - - - - - - - -->
<xsd:element name="ShowReleaseConditionRequest"
type="ShowReleaseConditionRequestType"/>
<xsd:complexType name="ShowReleaseConditionRequestType">
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowReleaseConditionResponseHbf.xsd for HistoryBuffer
Class
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=
http://www.semi.org/Traceability/T12.2-V01
targetNamespace=
http://www.semi.org/Traceability/T12.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Show Release Condition Response - - - - - - - - -->
<xsd:element name="ShowReleaseConditionResponse"
type="ShowReleaseConditionResponseType"/>
<xsd:complexType name="ShowReleaseConditionResponseType">
<xsd:sequence>
<xsd:element name="Condition" type="xsd:string"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowStateRequestHbf.xsd for HistoryBuffer Class

SEMI T12.2-0704 © SEMI 2004 28
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=
http://www.semi.org/Traceability/T12.2-V01
targetNamespace=
http://www.semi.org/Traceability/T12.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Show State Request - - - - - - - - -->
<xsd:element name="ShowStateRequest" type="ShowStateRequestType"/>
<xsd:complexType name="ShowStateRequestType">
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowStateResponseHbf.xsd for HistoryBuffer Class
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=
http://www.semi.org/Traceability/T12.2-V01
targetNamespace=
http://www.semi.org/Traceability/T12.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Show State Response - - - - - - - - -->
<xsd:element name="ShowStateResponse" type="ShowStateResponseType"/>
<xsd:complexType name="ShowStateResponseType">
<xsd:sequence>
<xsd:element name="State" type="HistoryBufferStateType"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
<!-- - - - - - - - -$$$ State for History Buffer $$$- - - - - - - - -->
<xsd:simpleType name="HistoryBufferStateType">
<restriction base="xsd:string">
<enumeration value="EMPTY"/>
<enumeration value="BUFFERED"/>
<enumeration value="NO STATE"/>
</restriction>
</xsd:simpleType>
</xsd:schema>
XML Message Schema Name: T12UpdateHistoryRequestHbf.xsd for HistoryBuffer Class
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=
http://www.semi.org/Traceability/T12.2-V01
targetNamespace=
http://www.semi.org/Traceability/T12.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Update History Request - - - - - - - - -->

SEMI T12.2-0704 © SEMI 2004 29
<xsd:element name="UpdateHistoryRequest" type="UpdateHistoryRequestType"/>
<xsd:complexType name="UpdateHistoryRequestType">
<xsd:sequence>
<xsd:element name="History" type="HistoryType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12UpdateHistoryResponseHbf.xsd for HistoryBuffer Class
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=
http://www.semi.org/Traceability/T12.2-V01
targetNamespace=
http://www.semi.org/Traceability/T12.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Update History Response - - - - - - - - -->
<xsd:element name="UpdateHistoryResponse" type="UpdateHistoryResponseType"/>
<xsd:complexType name="UpdateHistoyResponseType">
<xsd:sequence>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12AdoptRequestHdb.xsd for HistoryDB Class
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=
http://www.semi.org/Traceability/T12.2-V01
targetNamespace=
http://www.semi.org/Traceability/T12.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Adopt Request - - - - - - - - -->
<xsd:element name="AdoptRequest" type="AdoptRequestType"/>
<xsd:complexType name="AdoptRequestType">
<xsd:sequence>
<xsd:element name="AttachmentId" type="xsd:string"/>
<xsd:element name="History" type="HistoryType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12AdoptResponseHdb.xsd for HistoryDB Class
<xsd:schema xmlns:xsd=
http://www.w3.org/2001/XMLSchema
xmlns:jit=http://www.semi.org/Traceability/T12.2-V01