semi合集-English.pdf - 第3724页
SEMI PR8-0703 © SEMI 2003 54 <wsdl:input name="EdaDataInput" message="EdaDataIn"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="EdaConsumerSOAPBinding" type=&q…

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">

SEMI PR8-0703 © SEMI 2003 54
<wsdl:input name="EdaDataInput" message="EdaDataIn"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="EdaConsumerSOAPBinding" type="EdaConsumerPortType">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="EdaError">
<soap:operation style="document" soapAction="urn:semi-
org:ws:eda_ps_v0.0:EdaError"/>
<wsdl:input name="EdaErrorInput">
<soap:header use="literal" part="MessageHeader"
message="MessageMetadata" wsdl:required="true"/>
<soap:body use="literal"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="EdaEnabled">
<soap:operation style="document" soapAction="urn:semi-
org:ws:eda_ps_v0.0:EdaEnabled"/>
<wsdl:input name="EdaEnabledInput">
<soap:header use="literal" part="MessageHeader"
message="MessageMetadata" wsdl:required="true"/>
<soap:body use="literal"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="EdaDisabled">
<soap:operation style="document" soapAction="urn:semi-
org:ws:eda_ps_v0.0:EdaDisabled"/>
<wsdl:input name="EdaDisabledInput">
<soap:header use="literal" part="MessageHeader"
message="MessageMetadata" wsdl:required="true"/>
<soap:body use="literal"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="EdaData">
<soap:operation style="document" soapAction="urn:semi-
org:ws:eda_ps_v0.0:EdaData"/>
<wsdl:input name="EdaDataInput">
<soap:header use="literal" part="MessageHeader"
message="MessageMetadata" wsdl:required="true"/>
<soap:body use="literal"/>
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
</wsdl:definitions>

SEMI PR8-0703 © SEMI 2003 55
RELATED INFORMATION 7
CONTENTS OF FILE “eda_equipment.wsdl”
NOTICE: This related information is not an official part of SEMI PR8. This related information is not intended to
modify or supersede the official proposed standard. Determination of the suitability of the material is solely the
responsibility of the user.
NOTICE: The code displayed below is available as a file at www.semi.org.
R7-1 eda_equipment.wsdl
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="EdaEquipment" xmlns="urn:semi-org:ws:eda_ps_v0.0"
xmlns:eda="urn:semi-org:schema:eda_ps_v0.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:semi-
org:ws:eda_ps_v0.0">
<!--
SEMI makes no warranties or representations as to the suitability
of the software set forth herein for any particular application. The
determination of the suitability of the software is solely the
responsibility
of the user.
By publication of this software, SEMI takes no position respecting
the validity of any patent rights or copyrights asserted in connection
with any items contained in this software. Users of this software are
expressly advised that determination of any such patent rights or
copyrights, and the risk of infringement of such rights are entirely
their own responsibility.
-->
<wsdl:types>
<xs:schema id="valuetypes"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:eda="urn:semi-
org:schema:eda_ps_v0.0" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="urn:semi-
org:schema:eda_ps_v0.0" elementFormDefault="qualified">
<xs:simpleType name="IntegerValueType">
<xs:restriction base="xs:integer"/>
</xs:simpleType>
<xs:simpleType name="IntegerArrayValueType">
<xs:list itemType="xs:integer"/>
</xs:simpleType>
<xs:simpleType name="FloatValueType">
<xs:restriction base="xs:float"/>
</xs:simpleType>
<xs:simpleType name="FloatArrayValueType">
<xs:list itemType="xs:float"/>
</xs:simpleType>
<xs:simpleType name="DoubleValueType">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:simpleType name="DoubleArrayValueType">
<xs:list itemType="xs:double"/>