Documentation for ATIS-Draft-03-00-79

Complex Type: FcCommandDisableEquipAck

[Table of contents]

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