Documentation for ATIS-Draft-03-00-79

Complex Type: CCPollResponseContents

[Table of contents]

Super-types: None
Sub-types: None
Name CCPollResponseContents
Used by (from the same schema document) Complex Type CcPollResults
Abstract no
XML Instance Representation
<...>
<last-message> CC-MsgCounter </last-message> [1]
<latitude> lrms:Latitude </latitude> [1]
<longitude> lrms:Longitude </longitude> [1]
<heading> SP-AngularDirection </heading> [0..1]
<speed> OB-J1587-VelocityVectorSpeed </speed> [0..1]
<statusMap> CC-PollResponseStatus </statusMap> [1]
<time> CPT-DateTime </time> [0..1]
<activeAlarms> [0..1]
Start Sequence [1..4]
<activeAlarm> CCAlarm </activeAlarm> [1]
End Sequence
</activeAlarms>
<currentRoute> SCHRouteIden </currentRoute> [0..1]
<lastTimepoint> SCHTimepointIden </lastTimepoint> [0..1]
<lastStoppoint> CPTStoppointIden </lastStoppoint> [0..1]
<lastTimepointTime> SCH-Time </lastTimepointTime> [0..1]
<lastTimepointOffSched> CPT-Duration </lastTimepointOffSched> [0..1]
<currentPattern> SCHPatternIden </currentPattern> [0..1]
<currentSegment> SCHPatternSegmentIden </currentSegment> [0..1]
<passengerCount> OB-J1587-PassengerCounterPatronCount </passengerCount> [0..1]
<agencyData> CC-AgencyData </agencyData> [0..1]
</...>
Diagram
h1070496419 h-288803855 h1464038090 h-930170680 h1344946322 h417584282 h1272267302 h379918796 h-963684166 h1668863444 h2146772752 h1149568775 h1782472735 h-1937713343 h122395130 h1357598698 h-675517257
Schema Component Representation
<xs:complexType name="CCPollResponseContents">
<xs:sequence>
<xs:element name="last-message" type=" CC-MsgCounter "/>
<xs:element name="latitude" type=" lrms:Latitude "/>
<xs:element name="longitude" type=" lrms:Longitude "/>
<xs:element name="heading" type=" SP-AngularDirection " minOccurs="0"/>
<xs:element name="speed" type=" OB-J1587-VelocityVectorSpeed " minOccurs="0"/>
<xs:element name="statusMap" type=" CC-PollResponseStatus "/>
<xs:element name="time" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="activeAlarms" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="4">
<xs:element name="activeAlarm" type=" CCAlarm "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="currentRoute" type=" SCHRouteIden " minOccurs="0"/>
<xs:element name="lastTimepoint" type=" SCHTimepointIden " minOccurs="0"/>
<xs:element name="lastStoppoint" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="lastTimepointTime" type=" SCH-Time " minOccurs="0"/>
<xs:element name="lastTimepointOffSched" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="currentPattern" type=" SCHPatternIden " minOccurs="0"/>
<xs:element name="currentSegment" type=" SCHPatternSegmentIden " minOccurs="0"/>
<xs:element name="passengerCount" type=" OB-J1587-PassengerCounterPatronCount " minOccurs="0"/>
<xs:element name="agencyData" type=" CC-AgencyData " minOccurs="0"/>
</xs:sequence>
</xs:complexType>