semi合集-English.pdf - 第7893页
SEMI T13.2-1104 © SEMI 2004 13 XML Message Schema Name: T13AdmitResponseDtmg.xsd for DieTraceManager Class <xsd:schema xmlns:xsd=” http://www.w3.org/2001/XMLSchema ” xmlns:jit=” http://www.semi.org/Traceability/T13.2-…

SEMI T13.2-1104 © SEMI 2004 12
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"/>
<!-- - - - - - - - - Register Tracer Request - - - - - - - - -->
<xsd:element name="RegisterTracerRequest" type="RegisterTracerRequestType"/>
<xsd:complexType name="RegisterTracerRequestType">
<xsd:sequence>
<xsd:element name="Tracer" type="xsd:string"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13RegisterTracerResponseDtmc.xsd for DieTraceMachine 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"/>
<!-- - - - - - - - - Register Tracer Response - - - - - - - - -->
<xsd:element name="RegisterTracerResponse" type="RegisterTracerResponseType"/>
<xsd:complexType name="RegisterTracerResponseType">
<xsd:sequence>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13AdmitRequestDtmg.xsd for DieTraceManager 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"/>
<!-- - - - - - - - - Admit Request - - - - - - - - -->
<xsd:element name="AdmitRequest" type="AdmitRequestType"/>
<xsd:complexType name="AdmitRequestType">
<xsd:sequence>
<xsd:element name="ManagingTracer" type="xsd:string"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>

SEMI T13.2-1104 © SEMI 2004 13
XML Message Schema Name: T13AdmitResponseDtmg.xsd for DieTraceManager 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"/>
<!-- - - - - - - - - Admit Response - - - - - - - - -->
<xsd:element name="AdmitResponse" type="AdmitResponseType"/>
<xsd:complexType name="AdmitResponseType">
<xsd:sequence>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13ResignRequestDtmg.xsd for DieTraceManager 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"/>
<!-- - - - - - - Resign Request - - - - - - -->
<xsd:element name="ResignRequest" type="ResignRequestType"/>
<xsd:complexType name="ResignRequestType">
<xsd:sequence>
<xsd:element name="ManagingTracer" type="xsd:string"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13SResignResponseDtmg.xsd for DieTraceManager 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"/>
<!-- - - - - - - - Resign Response - - - - - - - - -->
<xsd:element name="ResignResponse" type="ResignResponseType"/>
<xsd:complexType name="ResignResponseType">
<xsd:sequence>

SEMI T13.2-1104 © SEMI 2004 14
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13DevolveRequestDtmg.xsd for DieTraceManager 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"/>
<!-- - - - - - - - Devolve Request - - - - - - - - -->
<xsd:element name="DevolveRequest" type="DevolveRequestType"/>
<xsd:complexType name="DevolveRequestType">
<xsd:sequence>
<xsd:element name="Tracer" type="xsd:string" minOccurs=”1” maxOccurs=”unbounded”/>
</xsd:sequence>
<xsd:attributeGroup ref="RegRequestAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13DevolveResponseDtmg.xsd for DieTraceManager 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"/>
<!-- - - - - - - - Devolve Response - - - - - - - - -->
<xsd:element name="DevolveResponse" type="DevolveResponseType"/>
<xsd:complexType name="DevolveResponseType">
<xsd:sequence>
<xsd:element name="ServiceStatus" type="ServiceStatusType"/>
</xsd:sequence>
<xsd:attributeGroup ref="RegResponseAttr"/>
</xsd:complexType>
</xsd:schema>
XML Message Schema Name: T13LogExceptionRequestDtmg.xsd for DieTraceManager 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"/>