Documentation for ATIS-Draft-03-00-79

Complex Type: ObLocation

[Table of contents]

Super-types: None
Sub-types: None
Name ObLocation
Used by (from the same schema document) Element obLocation
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<requestIdentifier> CPT-RequestIdentifier </requestIdentifier> [1]
<requesterID> OB-MID </requesterID> [1]
<reason> OB-LocationReportReason </reason> [1]
<trip> SCHTripIden </trip> [0..1]
<time-reported> CPT-DateTime </time-reported> [1]
<latitude> lrms:Latitude </latitude> [1]
<longitude> lrms:Longitude </longitude> [1]
<direction> lrms:Angle </direction> [1]
<speed> OB-J1587-VelocityVectorSpeed </speed> [1]
<data-quality> SPDataQuality </data-quality> [0..1]
<timepoint> SCHTimepointIden </timepoint> [0..1]
<stoppoint> CPTStoppointIden </stoppoint> [0..1]
<event-id> SCH-ActivationID </event-id> [0..1]
<passengers-aboard> OB-J1587-PassengerCounterPatronCount </passengers-aboard> [0..1]
<on-route> CPT-Boolean </on-route> [1]
<schedule-status> CPT-Duration </schedule-status> [0..1]
<layover-location> lrms:GeoLocation </layover-location> [0..1]
<layover-end> CPT-DateTime </layover-end> [0..1]
<odometer-reading> CPT-GenericCounter </odometer-reading> [0..1]
</...>
Diagram
h-527207252 h1358786157 h-199933997 h-1461783870 h-1158373540 h1272267302 h-288803855 h1464038090 h-1126389906 h1344946322 h352582419 h1668863444 h2146772752 h-2065008917 h1357598698 h325016637 h1782472735 h-542031743 h1272267302 h240005744
Schema Component Representation
<xs:complexType name="ObLocation">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="requestIdentifier" type=" CPT-RequestIdentifier "/>
<xs:element name="requesterID" type=" OB-MID "/>
<xs:element name="reason" type=" OB-LocationReportReason "/>
<xs:element name="trip" type=" SCHTripIden " minOccurs="0"/>
<xs:element name="time-reported" type=" CPT-DateTime "/>
<xs:element name="latitude" type=" lrms:Latitude "/>
<xs:element name="longitude" type=" lrms:Longitude "/>
<xs:element name="direction" type=" lrms:Angle "/>
<-- direction of travel [deg] -->
<xs:element name="speed" type=" OB-J1587-VelocityVectorSpeed "/>
<xs:element name="data-quality" type=" SPDataQuality " minOccurs="0"/>
<xs:element name="timepoint" type=" SCHTimepointIden " minOccurs="0"/>
<xs:element name="stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="event-id" type=" SCH-ActivationID " minOccurs="0"/>
<xs:element name="passengers-aboard" type=" OB-J1587-PassengerCounterPatronCount " minOccurs="0"/>
<xs:element name="on-route" type=" CPT-Boolean "/>
<xs:element name="schedule-status" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="layover-location" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="layover-end" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="odometer-reading" type=" CPT-GenericCounter " minOccurs="0"/>
</xs:sequence>
</xs:complexType>