Documentation for ATIS-Draft-03-00-79

Complex Type: FcCommandDisableEquip

[Table of contents]

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