semi合集-English.pdf - 第3710页
SEMI PR8-0703 © SEMI 2003 40 < / V a l u e > < / P a r a m > < / D a t a > </ExEvent> </EdaDa ta> </soap:Body> </soap:Envelope>

SEMI PR8-0703 © SEMI 2003 39
R4-1.3.4 EdaData
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:EdaData"
...
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<MessageHeader soap:mustUnderstand="1" xmlns="urn:semi-org:schema:eda_ps_v0.0">
<To>urn:icm:equipment.client:app-1</To>
<From>urn:robofurnace:zippo:furnace-00899</From>
</MessageHeader>
</soap:Header>
<soap:Body>
<EdaData xmlns="urn:semi-org:schema:eda_ps_v0.0">
<EquipmentID>
<Supplier>RoboFurnace, Inc.</Supplier>
<Model>Zippo 355</Model>
<ImmutableID>39d-JDII-UJ399</ImmutableID>
</EquipmentID>
<Event>
<EventTime>2002-09-22T04:19:50.0000000-07:00</EventTime>
<Locator>Furnace</Locator>
<EventID>TempSetpointReached</EventID>
<Data>
<Param>
<Locator>Furnace.Chamber-1.Heater</Locator>
<Name>Temperature</Name>
<Value>
<DoubleVal>44.203647416413375</DoubleVal>
</Value>
</Param>
<Param>
<Locator>Furnace.Chamber-2.Heater</Locator>
<Name>Temperature</Name>
<Value>
<DoubleVal>4424.4468085106382</DoubleVal>
</Value>
</Param>
</Data>
</Event>
<ExEvent>
<ExTime>2002-09-22T04:31:43.4140000-07:00</ExTime>
<Locator>Furnace.Chamber-2.Heater</Locator>
<ErrorCode>45144</ErrorCode>
<ExType>Alarm</ExType>
<ExState>Set</ExState>
<ExDesc>Chamber 2 is overflowing with Nitrogen. Help.</ExDesc>
<Data>
<Param>
<Name>N2-Flow</Name>
<Value>
<DoubleVal>45.126934984520126</DoubleVal>

SEMI PR8-0703 © SEMI 2003 40
</Value>
</Param>
</Data>
</ExEvent>
</EdaData>
</soap:Body>
</soap:Envelope>

SEMI PR8-0703 © SEMI 2003 41
RELATED INFORMATION 5
CONTENTS OF FILE “eda.xsd”
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.
R5-1 eda.xsd
<?xml version="1.0" encoding="utf-8" ?>
<!--
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.
-->
<xs:schema id="valuetypes" xmlns="urn:semi-org:schema:eda_ps_v0.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema" 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" />
</xs:simpleType>
<xs:simpleType name="StringValueType">
<xs:restriction base="xs:string" />
</xs:simpleType>
<xs:simpleType name="StringArrayValueType">
<xs:list itemType="xs:string" />
</xs:simpleType>
<xs:simpleType name="AnyURIValueType">
<xs:restriction base="xs:anyURI" />
</xs:simpleType>
<xs:simpleType name="DateTimeValueType">