Documentation for ATIS-Draft-03-00-79

Complex Type: IMResponseUnit

[Table of contents]

Super-types: None
Sub-types: None
Name IMResponseUnit
Used by (from the same schema document) Complex Type ImCommandIncidentResponse , Complex Type IMIncident , Complex Type IMIncident
Abstract no
XML Instance Representation
<...>
<unit-type> IM-ResponseUnitType </unit-type> [1]
<response-agency> IM-ResponseAgencyID </response-agency> [1]
<response-id> IM-ResponseUnitID </response-id> [1]
<eta> CPT-DateTime </eta> [0..1]
<arrival-time> CPT-DateTime </arrival-time> [1]
<current-status> IM-CurrentStatus </current-status> [1]
<current-loc> lrms:GeoLocation </current-loc> [1]
<response-route> atis:Route </response-route> [0..1]
<date-time> CPT-DateTime </date-time> [1]
<dispatcher-id> IM-DispatcherID </dispatcher-id> [0..1]
<personnel> [0..1]
Start Sequence [1..50]
<personnel-item> IMResponsePerson </personnel-item> [1]
End Sequence
</personnel>
<responseUnitLeader> IM-ResponseEmployeeID </responseUnitLeader> [1]
<responseUnitContact> IM-ResponseEmployeeID </responseUnitContact> [0..1]
<serviceData> CPT-Footnote </serviceData> [0..1]
<localIMResponseUnit> local:IMResponseUnit </localIMResponseUnit> [0..1]
</...>
Diagram
h5409635 h1766738021 h-938541212 h1272267302 h1272267302 h1792115751 h-542031743 h-1110646556 h1272267302 h-359747290 h-979133537 h-1157234802 h-1157234802 h-125442069 h1085170766
Schema Component Representation
<xs:complexType name="IMResponseUnit">
<xs:sequence>
<xs:element name="unit-type" type=" IM-ResponseUnitType "/>
<xs:element name="response-agency" type=" IM-ResponseAgencyID "/>
<xs:element name="response-id" type=" IM-ResponseUnitID "/>
<xs:element name="eta" type=" CPT-DateTime " minOccurs="0"/>
<-- specified when status =2 or =3 -->
<xs:element name="arrival-time" type=" CPT-DateTime "/>
<xs:element name="current-status" type=" IM-CurrentStatus "/>
<xs:element name="current-loc" type=" lrms:GeoLocation "/>
<xs:element name="response-route" type=" atis:Route " minOccurs="0"/>
<-- Path to incident site or rendezvous point -->
<xs:element name="date-time" type=" CPT-DateTime "/>
<-- (Current time) -->
<xs:element name="dispatcher-id" type=" IM-DispatcherID " minOccurs="0"/>
<xs:element name="personnel" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="personnel-item" type=" IMResponsePerson "/>
<-- crew -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="responseUnitLeader" type=" IM-ResponseEmployeeID "/>
<xs:element name="responseUnitContact" type=" IM-ResponseEmployeeID " minOccurs="0"/>
<xs:element name="serviceData" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="localIMResponseUnit" type=" local:IMResponseUnit " minOccurs="0"/>
</xs:sequence>
</xs:complexType>