Documentation for ATIS-Draft-03-00-79

Complex Type: FcCommandEnableEquipAck

[Table of contents]

Super-types: None
Sub-types: None
Name FcCommandEnableEquipAck
Used by (from the same schema document) Element fcCommandEnableEquipAck
Abstract no
XML Instance Representation
<...>
<commandID> CPT-CommandID </commandID> [1]
<command-time> CPT-DateTime </command-time> [1]
<exit-free-mode> CPT-Boolean </exit-free-mode> [1]
<command-accepted> CPT-Boolean </command-accepted> [1]
<time-implemented> CPT-DateTime </time-implemented> [0..1]
<exit-free-mode-ids> [0..1]
Start Sequence [1..1000]
<exit-free-mode-id> CPT-SerialNumber </exit-free-mode-id> [1]
End Sequence
</exit-free-mode-ids>
<resume-ops-ids> [0..1]
Start Sequence [1..1000]
<resume-ops-id> CPT-SerialNumber </resume-ops-id> [1]
End Sequence
</resume-ops-ids>
</...>
Diagram
h-453803909 h1272267302 h325016637 h325016637 h1272267302 h-565816472 h-565816472
Schema Component Representation
<xs:complexType name="FcCommandEnableEquipAck">
<xs:sequence>
<xs:element name="commandID" type=" CPT-CommandID "/>
<xs:element name="command-time" type=" CPT-DateTime "/>
<xs:element name="exit-free-mode" type=" CPT-Boolean "/>
<xs:element name="command-accepted" type=" CPT-Boolean "/>
<xs:element name="time-implemented" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="exit-free-mode-ids" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="exit-free-mode-id" type=" CPT-SerialNumber "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="resume-ops-ids" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="resume-ops-id" type=" CPT-SerialNumber "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>