semi合集-English.pdf - 第7886页

SEMI T13.2-1104 © SEMI 2004 6 XML Message Schema Name: T13ShowPropertyRequestCmo.xsd for CircuitModule Class <xsd:schema xmlns:xsd=” http://www.w3.org/2001/XMLSchema ” xmlns:jit=” http://www.semi.org/Traceability/T13.…

100%1 / 7923
SEMI T13.2-1104 © SEMI 2004 5
APPENDIX 1
APPENDIX TITLE
NOTICE: The material in this appendix is an official part of SEMI T13.2 and was approved by full letter ballot
procedures on July 23, 2004.
A1-1 XML Message Schema
A1-1.1 XML Schema — XML Schema is a kind of
template for documents. The following XML Schemas
shows how messages in this XML protocol are
represented.
A1-1.1.1 Message Schema — Each message in T12
has one XML Schema. Parsing with the schema,
application can understand what elements and attributes
mean. Also it can check syntax easily.
A1-1.1.2 Common Definitions — Common part of the
schema is separated and it is included in each message
schema.
A1-1.2 Enumeration — Attachment specific or
eqiopment specific enumeration may not be addressed
here. Corresponding part of the shema should be
extended or restricted with ‘redefine’ element, for
example, in application schema.
XML Message Schema Name: T13ShowDaughterRequestCmo.xsd for CircuitModule Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”
http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T13.2-V01/CommonDefinitions"/>
<!-- - - - - - - - Show Daughter Request - - - - - - - - - - - - - - -->
<xsd:element name="ShowDaughterRequest" type="ShowDaughterRequestType"/>
<xsd:complexType name="ShowDaughterRequestType">
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13ShowDaughterResponseCmo.xsd for Circuit Module Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T13.2-V01/CommonDefinitions"/>
<!-- - - - - - - - - Show Daughter Response - - - - - - - - -->
<xsd:element name="ShowDaughterResponse" type="ShowDaughterResponseType"/>
<xsd:complexType name="ShowDaughterResponseType">
<xsd:sequence>
<xsd:element name="Clarifier" type="xsd:string" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
SEMI T13.2-1104 © SEMI 2004 6
XML Message Schema Name: T13ShowPropertyRequestCmo.xsd for CircuitModule Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T13.2-V01/CommonDefinitions"/>
<!-- - - - - - - - - Show Property Request - - - - - - - - -->
<xsd:element name="ShowPropertyRequest" type="ShowPropertyRequestType"/>
<xsd:complexType name="ShowPropertyRequestType">
<xsd:sequence>
<xsd:element name="Designation" type="xsd:string" minOccurs="0"
maxOccurs="unbounded”/>
</xsd:sequence>
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13ShowPropertyResponseCmo.xsd for CircuitModule Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”
http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T13.2-V01/CommonDefinitions"/>
<!-- - - - - - - - - Show Property Response - - - - - - - - -->
<xsd:element name="ShowPropertyResponse" type="ShowPropertyResponseType"/>
<xsd:complexType name="ShowPropertyResponseType">
<xsd:sequence>
<xsd:element name="Property" type="xsd:anyType" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13ShowPhenomenaRequestDtc.xsd for DieTraceClient Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”
http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T13.2-V01/CommonDefinitions"/>
<!-- - - - - - - - - Show Phenomena Request - - - - - - - - -->
<xsd:element name="ShowPhenomenaRequest" type="ShowPhenomenaRequestType"/>
SEMI T13.2-1104 © SEMI 2004 7
<xsd:complexType name="ShowPhenomenaRequestType">
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13ShowPhenomenaResponseDtc.xsd for DieTraceClient Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”
http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T13.2-V01/CommonDefinitions"/>
<!-- - - - - - - - - Show Phenomena Response - - - - - - - - -->
<xsd:element name="ShowPhenomenaResponse" type="ShowPhenomenaResponseType"/>
<xsd:complexType name="ShowPhenomenaResponseType">
<xsd:sequence>
<xsd:element name="Phenomena" type="xsd:anyType" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13SetAlertRequestDtc.xsd for DieTraceClient Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”
http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include
schemaLocation="http://www.semi.org/Traceability/T13.2-V01/CommonDefinitions"/>
<!-- - - - - - - - - Set Alert Request - - - - - - - - -->
<xsd:element name="SetAlertRequest" type="SetAlertRequestType"/>
<xsd:complexType name="SetAlertRequestType">
<xsd:sequence>
<xsd:element name="Alert" type="xsd:anyType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13SetAlertResponseDtc.xsd for DieTraceClient Class
<xsd:schema xmlns:xsd=”
http://www.w3.org/2001/XMLSchema
xmlns:jit=”
http://www.semi.org/Traceability/T13.2-V01
targetNamespace=”
http://www.semi.org/Traceability/T13.2-V01
elementFormDefault="qualified" attributeFormDefault="qualified">