Documentation for ATIS-Draft-03-00-79

Complex Type: ImCommandIncidentResponse

[Table of contents]

Super-types: None
Sub-types: None
Name ImCommandIncidentResponse
Used by (from the same schema document) Element imCommandIncidentResponse
Abstract no
XML Instance Representation
<...>
<commandID> CPT-CommandID </commandID> [1]
<dispatch-time> CPT-DateTime </dispatch-time> [1]
<incident-info> IMIncident </incident-info> [1]
<response-units> [1]
Start Sequence [1..10]
<response-unit> IMResponseUnit </response-unit> [1]
End Sequence
</response-units>
<localImCommandIncidentResponse> local:ImCommandIncidentResponse </localImCommandIncidentResponse> [0..1]
</...>
Diagram
h-453803909 h1272267302 h1729637435 h1085170766 h255987189
Schema Component Representation
<xs:complexType name="ImCommandIncidentResponse">
<xs:sequence>
<xs:element name="commandID" type=" CPT-CommandID "/>
<xs:element name="dispatch-time" type=" CPT-DateTime "/>
<xs:element name="incident-info" type=" IMIncident "/>
<xs:element name="response-units">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="response-unit" type=" IMResponseUnit "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localImCommandIncidentResponse" type=" local:ImCommandIncidentResponse " minOccurs="0"/>
</xs:sequence>
</xs:complexType>