semi合集-English.pdf - 第7796页

SEMI T12.2-0704 © SEMI 2004 25 XML Message Schema Name: T12SetReleaseConditionRequestHbf.xsd for HistoryBuffer Class <xsd:schema xmlns:xsd= http://www.w3.org/2001/XMLSchema xmlns:jit= http://www.semi.org/Traceability/…

100%1 / 7923
SEMI T12.2-0704 © SEMI 2004 24
<xsd:complexType name="ShowSubjectResponseType">
<xsd:sequence>
<xsd:element name="AttachmentId" type="xsd:string"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12DestructRequestHbf.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"/>
<!-- - - - - - - - - - Destruct Request - - - - - - - - - - -->
<xsd:element name="DestructRequest" type="DestructRequestType"/>
<xsd:complexType name="DestructRequestType">
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12DestructResponseHbf.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"/>
<!-- - - - - - - - - - Destruct Response - - - - - - - - - - -->
<xsd:element name="DestructResponse" type="DestructResponseType"/>
<xsd:complexType name="DestructResponseType">
<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>
SEMI T12.2-0704 © SEMI 2004 25
XML Message Schema Name: T12SetReleaseConditionRequestHbf.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"/>
<!-- - - - - - - - Set Release Condition Request - - - - - - - - -->
<xsd:element name="SetReleaseConditionRequest" type="SetReleaseConditionRequestType"/>
<xsd:complexType name="SetReleaseConditionRequestType">
<xsd:sequence>
<xsd:element name="Condition" type="xsd:string"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12SetReleaseConditionResponseHbf.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"/>
<!-- - - - - - - - Set Release Condition Response - - - - - - - - -->
<xsd:element name="SetwReleaseConditionResponse"
type="SetReleaseConditionResponseType"/>
<xsd:complexType name="SetReleaseConditionResponseType">
<xsd:sequence>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowAttachmentRequestHbf.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 Attachment Request - - - - - - - - -->
<xsd:element name="ShowAttachmentRequest" type="ShowAttachmentRequestType"/>
SEMI T12.2-0704 © SEMI 2004 26
<xsd:complexType name="ShowAttachmentRequestType">
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowAttachmentResponseHbf.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 Attachment Response - - - - - - - - -->
<xsd:element name="ShowAttachmentResponse" type="ShowAttachmentResponseType"/>
<xsd:complexType name="ShowAttachmentResponseType">
<xsd:sequence>
<xsd:element name="AttachmentId" type="xsd:string"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowHistoryRequestHbf.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 History Request - - - - - - - - -->
<xsd:element name="ShowHistoryRequest" type="ShowHistoryRequestType"/>
<xsd:complexType name="ShowHistoryRequestType">
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowHistoryResponseHbf.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 History Response - - - - - - - - -->