Documentation for ATIS-Draft-03-00-79

Complex Type: FcPassengerData

[Table of contents]

Super-types: None
Sub-types: None
Name FcPassengerData
Used by (from the same schema document) Element fcPassengerData
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<begin> CPT-DateTime </begin> [0..1]
<end> CPT-DateTime </end> [0..1]
<routes> [0..1]
Start Sequence [1..1000]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<stoppoints> [0..1]
Start Sequence [1..25000]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<records> [0..1]
Start Sequence [1..100000]
<record> FCPassengerCountRecord </record> [1]
End Sequence
</records>
</...>
Diagram
h-527207252 h1272267302 h1272267302 h-963684166 h2146772752 h1724120136
Schema Component Representation
<xs:complexType name="FcPassengerData">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="begin" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="end" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="records" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="record" type=" FCPassengerCountRecord "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>