semi合集-English.pdf - 第7835页

SEMI T12.2-0704 © SEMI 2004 64 <enumeration value="EXPIRED"/> <enumeration value="INUSE"/> <enumeration value="NOTUSED"/> <enumeration value="UNKNOWN"/> &lt…

100%1 / 7923
SEMI T12.2-0704 © SEMI 2004 63
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T12.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Show Name Response - - - - - - - - -->
<xsd:element name="ShowNameResponse" type="ShowNameResponseType"/>
<xsd:complexType name="ShowNameResponseType">
<xsd:sequence>
<xsd:element name="AttachmentName" type="xsd:string"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowStateRequestSnd.xsd for Secondment 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 Request - - - - - - - - -->
<xsd:element name="ShowStateRequest" type="ShowStateRequestType"/>
<xsd:complexType name="ShowStateRequestType">
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowStateResponseSnd.xsd for Secondment 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="SecondmentStateType" minOccurs="1" maxOccurs="2"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
<!-- - - - - - - - -$$$ State for Secondment $$$- - - - - - - - -->
<xsd:simpleType name="SecondmentStateType">
<restriction base="xsd:string">
<enumeration value="EFFECTIVE"/>
SEMI T12.2-0704 © SEMI 2004 64
<enumeration value="EXPIRED"/>
<enumeration value="INUSE"/>
<enumeration value="NOTUSED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</xsd:simpleType>
</xsd:schema>
XML Message Schema Name: T12ShowTypeRequestSnd.xsd for Secondment 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 Type Request - - - - - - - - -->
<xsd:element name="ShowTypeRequest" type="ShowTypeRequestType"/>
<xsd:complexType name="ShowTypeRequestType">
<xsd:atributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T12ShowTypeResponseSnd.xsd for Secondment 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 Type Response - - - - - - - - -->
<xsd:element name="ShowTypeResponse" type="ShowTypeResponseType"/>
<xsd:complexType name="ShowTypeResponseType">
<xsd:sequence>
<xsd:element name="AttachmentType" type="xsd:string"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:atributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
<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">
<!-- =========##### Global Definitions #####============ - - -->
<!-- Event Caption Type - - - - Event Caption Type - - - - Event Caption Type - - -->
<xsd:complexType name="EventCaptionType">
<xsd:sequence>
SEMI T12.2-0704 © SEMI 2004 65
<xsd:element name="Id" type="xsd:string"/>
<xsd:element name="Code" type="EventClasstype"/>
<xsd:element name="TimeStamp" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:complexType>
<!-- Event Type - - - - - - - Event Type - - - - - - - Event Type - - -->
<xsd:complexType name="EventType">
<xsd:sequence>
<xsd:element name="Id" type="xsd:string"/>
<xsd:element name="EventClass" type="EventClassType"/>
<xsd:element name="NamedValue" type="NamedValueType" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element name="Machine" type="xsd:string"/>
<xsd:element name="TimeStamp" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:complexType>
<!-- Event Class Type - - - - Event Class Type - - - - Event Class Type - - -->
<xsd:simpleType name="EventClassType">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
<!-- Event Type - - - - - - - Exception Type - - - - - - - Event Type - - -->
<xsd:complexType name="ExceptionType">
<xsd:sequence>
<xsd:element name="Id" type="xsd:string"/>
<xsd:element name="ExceptionClass" type="ExceptionClassType"/>
<xsd:element name="ExceptionLevel" type="ExceptionLevelType"/>
<xsd:element name="Description" type="xsd:string"/>
<xsd:element name="NamedValue" type="NamedValueType" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element name="Machine" type="xsd:string"/>
<xsd:element name="TimeStamp" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:complexType>
<!-- - - - Exception Level Type - - - - - - Exception Level Type - - - - -->
<xsd:simpleType name="ExceptionLevelType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="NOTIC"/>
<xsd:enumeration value="WARNING"/>
<xsd:enumeration value="ALART"/>
</xsd:restriction>
</xsd:simpleType>
<!-- - - - Exception Class Type - - - - - - Exception Class Type - - - - -->
<xsd:simpleType name="ExceptionClassType">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
<!-- History - - - - - History - - - - - - History - - -->
<xsd:complexType name="HistoryType">
<xsd:sequence>
<xsd:element name="HistoryIndex" type="HistoryIndexType"/>
<xsd:complexType>
<xsd:choice>
<xsd:element name="Event" type="EventType"/>
<xsd:element name="Exception" type="ExceptionType"/>
</xsd:choice>
</xsd:complexType>
</xsd:sequence>
</xsd:complexType>