semi合集-English.pdf - 第3171页

SEMI E125.1-0305 © SEMI 2005 25 7.2.10.5.1 GetSta teMachinesRequ est — This global element acts as a top- level container entity representin g the SOAP body of a GetStateMachines request. As defined in SEMI E125, this op…

100%1 / 7923
SEMI E125.1-0305 © SEMI 2005 24
Table 39 SEMI E125 EnumeratedString EnumeratedStringType Translation Table
Attribute or Role Name UML Name/Type XML Element or Attribute XML Name/Type
description text element Description: xsd:string
value text attribute value: xsd:string
Table 40 SEMI E125 EnumeratedInteger
EnumeratedIntegerType Translation Table
Attribute or Role Name UML Name/Type XML Element or Attribute XML Name/Type
description text element Description: xsd:string
value integer attribute value: xsd:int
7.2.10 GetStateMachines
7.2.10.1 This section is provisional, pending approval of SEMI E132.1 and SEMI E138.
7.2.10.2 WSDL Operation Binding
7.2.10.2.1 See the operation binding for “GetStateMachines” in E125-1-V0305-EqpMetadataMgr-Binding.wsdl.
Key information is shown for convenience in the following table.
Table 41 GetStateMachines Operation Binding
SOAPAction urn:semi-org:ws.E125-1.V0305.esdMetaEqp-binding:GetStateMachines
Input Headers (WSDL Message, Required) E132HeaderMessage, required
Output Headers (WSDL Message, Required) E132HeaderMessage, required
7.2.10.3 WSDL PortType Operation
7.2.10.3.1 See the portType operation definition for “GetStateMachines” in E125-1-V0305-EqpMetadataMgr-
PortType.wsdl. Key information is shown for convenience in the following table.
Table 42 GetStateMachines PortType Operation
Input Message Name GetStateMachinesRequestMessage
Output Message Name GetStateMachinesResponseMessage
7.2.10.4 WSDL Message(s)
7.2.10.4.1 See the message definitions for “E132HeaderMessage”, “GetStateMachinesRequestMessage”, and
“GetStateMachinesResponseMessage” in E125-1-V0305-EqpMetadataMgr-PortType.wsdl. Key information is
shown for convenience in the following table.
Table 43 EquipmentMetadataManager Binding
Message Name
Schema
Element Name
E132HeaderMessage auth:E132Header
GetStateMachinesRequestMessage esd:GetStateMachinesRequest
GetStateMachinesResponseMessage esd:GetStateMachinesResponse
7.2.10.5 XML Schema Types
Figure 15
GetStateMachinesRequest Global Element
SEMI E125.1-0305 © SEMI 2005 25
7.2.10.5.1 GetStateMachinesRequest — This global element acts as a top-level container entity representing the
SOAP body of a GetStateMachines request. As defined in SEMI E125, this operation has no input arguments, so
the element has no contents.
Figure 16
GetStateMachinesResponse Global Element
7.2.10.5.2 GetStateMachinesResponse — This global element acts as a top-level container entity representing the
SOAP body of the response to an SEMI E125 GetStateMachines request. It contains either zero or more elements
named “StateMachine” of complexType “StateMachineType” or an element named “Error” of complexType
“ErrorType”, defined in SEMI E138.
Figure 17
StateMachineType Global complexType
SEMI E125.1-0305 © SEMI 2005 26
Table 44 Translation Table for Output Arguments for the GetStateMachines Operation
Argument Name Format XML Element or Attribute XML Name/Type
stateMachines Unordered list of
elements of type
StateMachine
Element StateMachine: StateMachineType
(zero or more)
error Structured data, of type
Error, defined in SEMI
E138
Element Error: ccs:ErrorType
7.2.10.5.3 StateMachineType — This global complexType is the XML Schema representation of the SEMI E125
StateMachine class.
Table 45 SEMI E125 StateMachine StateMachineType Translation Table
Attribute or Role Name UML Name/Type XML Element or Attribute XML Name/Type
name text attribute name: xsd:string
id text attribute id: xsd:string
description text element Description: xsd:string
top One and only one element
of type State
element State: esd:StateType
transitions List of one or more elements
of type Transition
element Transition: esd:TransitionType (one or
more)
events List of zero or more
elements of type Event
element Event: esd:EventType (zero or more)
7.2.10.5.4 StateType — This global complexType is the XML Schema representation of the SEMI E125 State class.
The XOR relationship between the “substates” and “stateMachines” associations is modeled using a choice
compositor.
Table 46 SEMI E125 State StateType Translation Table
Attribute or Role Name UML Name/Type XML Element or Attribute XML Name/Type
name text attribute name: xsd:string
id text attribute id: xsd:string
description text element Description: xsd:string
substates List of zero or more
elements of type State
element State: esd:StateType (zero or more)
stateMachines List of zero or more
elements of type
StateMachine
element StateMachine: esd:StateMachineType
(zero or more)
7.2.10.5.5 TransitionType — This global complexType is the XML Schema representation of the SEMI E125
Transition class.
Table 47 SEMI E125 Transition
TransitionType Translation Table
Attribute or Role Name UML Name/Type XML Element or Attribute XML Name/Type
name text attribute name: xsd:string
id text attribute id: xsd:string
description text element Description: xsd:string
source References one and only one
state within this
StateMachine
attribute sourceStateId: xsd:string
Must be equal to the “id” attribute of a
State defined in this StateMachine.