Documentation for ATIS-Draft-03-00-79

Complex Type: ImCommandIncidentResponseAck

[Table of contents]

Super-types: None
Sub-types: None
Name ImCommandIncidentResponseAck
Used by (from the same schema document) Element imCommandIncidentResponseAck
Abstract no
XML Instance Representation
<...>
<commandID> CPT-CommandID </commandID> [1]
<dispatch-time> CPT-DateTime </dispatch-time> [1]
<will-respond> CPT-Boolean </will-respond> [1]
<eta-time> CPT-DateTime </eta-time> [0..1]
</...>
Diagram
h-453803909 h1272267302 h325016637 h1272267302
Schema Component Representation
<xs:complexType name="ImCommandIncidentResponseAck">
<xs:sequence>
<xs:element name="commandID" type=" CPT-CommandID "/>
<-- from command msg -->
<xs:element name="dispatch-time" type=" CPT-DateTime "/>
<-- from command msg -->
<xs:element name="will-respond" type=" CPT-Boolean "/>
<xs:element name="eta-time" type=" CPT-DateTime " minOccurs="0"/>
</xs:sequence>
</xs:complexType>