Documentation for ATIS-Draft-03-00-79

Complex Type: FCBoardingAlightingRecord

[Table of contents]

Super-types: None
Sub-types: None
Name FCBoardingAlightingRecord
Used by (from the same schema document) Complex Type FcUnloadData , Complex Type FCRevenueRecord
Abstract no
XML Instance Representation
<...>
<passenger-type> atis:TravelerClass </passenger-type> [0..1]
<date-time> CPT-DateTime </date-time> [1]
Start Choice [1]
<location> lrms:GeoLocation </location> [0..1]
<stoppoint> CPTStoppointIden </stoppoint> [0..1]
End Choice
Start Choice [1]
<boarding-count> OB-PassengerBoarding </boarding-count> [0..1]
<alighting-count> OB-PassengerAlighting </alighting-count> [0..1]
End Choice
<localFCBoardingAlightingRecord> local:FCBoardingAlightingRecord </localFCBoardingAlightingRecord> [0..1]
</...>
Diagram
h-756079604 h1272267302 h-542031743 h2146772752 h-482180031 h1305470472 h-631340032
Schema Component Representation
<xs:complexType name="FCBoardingAlightingRecord">
<xs:sequence>
<xs:element name="passenger-type" type=" atis:TravelerClass " minOccurs="0"/>
<xs:element name="date-time" type=" CPT-DateTime "/>
<xs:choice minOccurs="1">
<xs:element name="location" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
</xs:choice>
<xs:choice minOccurs="1">
<xs:element name="boarding-count" type=" OB-PassengerBoarding " minOccurs="0"/>
<xs:element name="alighting-count" type=" OB-PassengerAlighting " minOccurs="0"/>
</xs:choice>
<xs:element name="localFCBoardingAlightingRecord" type=" local:FCBoardingAlightingRecord " minOccurs="0"/>
</xs:sequence>
</xs:complexType>