Documentation for ATIS-Draft-03-00-79

Complex Type: ImSilentAlarm

[Table of contents]

Super-types: None
Sub-types: None
Name ImSilentAlarm
Used by (from the same schema document) Element imSilentAlarm
Abstract no
XML Instance Representation
<...>
<vehicle> CPTVehicleIden </vehicle> [1]
<timeDate> CPT-DateTime </timeDate> [1]
<location> lrms:GeoLocation </location> [1]
<inMotion> CPT-Boolean </inMotion> [0..1]
<doorsOpen> CPT-Boolean </doorsOpen> [0..1]
<passengersOnboard> IM-VehicleOccupantCount </passengersOnboard> [0..1]
<operator> CPTOperatorIden </operator> [0..1]
<engineRunning> CPT-Boolean </engineRunning> [0..1]
<localImSilentAlarm> local:ImSilentAlarm </localImSilentAlarm> [0..1]
</...>
Diagram
h1471596526 h1272267302 h-542031743 h325016637 h325016637 h959121578 h324755946 h325016637 h-155876653
Schema Component Representation
<xs:complexType name="ImSilentAlarm">
<xs:sequence>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="timeDate" type=" CPT-DateTime "/>
<xs:element name="location" type=" lrms:GeoLocation "/>
<xs:element name="inMotion" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="doorsOpen" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="passengersOnboard" type=" IM-VehicleOccupantCount " minOccurs="0"/>
<xs:element name="operator" type=" CPTOperatorIden " minOccurs="0"/>
<xs:element name="engineRunning" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="localImSilentAlarm" type=" local:ImSilentAlarm " minOccurs="0"/>
</xs:sequence>
</xs:complexType>