semi合集-English.pdf - 第3722页

SEMI PR8-0703 © SEMI 2003 52 <xs:complexType> <xs:sequence> <xs:element name="IsEnabled" type="xs:boolean"/> <xs:element name="Error" type="eda:ErrorType" minO…

100%1 / 7923
SEMI PR8-0703 © SEMI 2003 51
<xs:complexType name="MessageHeaderType">
<xs:sequence>
<xs:element name="To" type="xs:anyURI"/>
<xs:element name="From" type="xs:anyURI"/>
<xs:element name="CorrelationId"
type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element name="MessageHeader"
type="eda:MessageHeaderType" />
<xs:element name="EquipmentID" type="eda:EquipmentIdType"/>
<xs:element name="EdaData">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
<xs:choice maxOccurs="unbounded"
minOccurs="1">
<xs:element name="Event"
type="eda:EventType"/>
<xs:element name="ExEvent"
type="eda:ExceptionType"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EdaError">
<xs:complexType>
<xs:sequence>
<xs:element name="EquipmentID"
type="eda:EquipmentIdType"/>
<xs:element name="Error"
type="eda:ErrorType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EdaEnabled">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EdaDisabled">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IsEdaEnabled">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IsEdaEnabledResponse">
SEMI PR8-0703 © SEMI 2003 52
<xs:complexType>
<xs:sequence>
<xs:element name="IsEnabled"
type="xs:boolean"/>
<xs:element name="Error"
type="eda:ErrorType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetDefinedPlanIds">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetDefinedPlanIdsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="DefinedPlanIds"
type="eda:StringArrayValueType"/>
<xs:element name="Error"
type="eda:ErrorType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetActivePlanIds">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetActivePlanIdsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="ActivePlanIds"
type="eda:StringArrayValueType"/>
<xs:element name="Error"
type="eda:ErrorType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ActivatePlan">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
<xs:element name="PlanID"
type="xs:string"/>
<xs:element name="UntilDeactivated"
type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ActivatePlanResponse">
<xs:complexType>
<xs:sequence>
SEMI PR8-0703 © SEMI 2003 53
<xs:element name="IsActivated"
type="xs:boolean"/>
<xs:element name="Error"
type="eda:ErrorType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DeactivatePlan">
<xs:complexType>
<xs:sequence>
<xs:element ref="eda:EquipmentID"/>
<xs:element name="PlanID"
type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DeactivatePlanResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="DeactivatedPlanIds"
type="eda:StringArrayValueType"/>
<xs:element name="Error"
type="eda:ErrorType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</wsdl:types>
<wsdl:message name="MessageMetadata">
<wsdl:part name="MessageHeader" element="eda:MessageHeader"/>
</wsdl:message>
<wsdl:message name="EdaErrorIn">
<wsdl:part name="EdaErrorNotification" element="eda:EdaError"/>
</wsdl:message>
<wsdl:message name="EdaEnabledIn">
<wsdl:part name="EdaEnabledNotification"
element="eda:EdaEnabled"/>
</wsdl:message>
<wsdl:message name="EdaDisabledIn">
<wsdl:part name="EdaDisabledNotification"
element="eda:EdaDisabled"/>
</wsdl:message>
<wsdl:message name="EdaDataIn">
<wsdl:part name="EdaDataNotification" element="eda:EdaData"/>
</wsdl:message>
<wsdl:portType name="EdaConsumerPortType">
<wsdl:operation name="EdaError">
<wsdl:input name="EdaErrorInput" message="EdaErrorIn"/>
</wsdl:operation>
<wsdl:operation name="EdaEnabled">
<wsdl:input name="EdaEnabledInput" message="EdaEnabledIn"/>
</wsdl:operation>
<wsdl:operation name="EdaDisabled">
<wsdl:input name="EdaDisabledInput"
message="EdaDisabledIn"/>
</wsdl:operation>
<wsdl:operation name="EdaData">