Documentation for ATIS-Draft-03-00-79

Complex Type: BoardingInstructions

[Table of contents]

Super-types: None
Sub-types: None
Name BoardingInstructions
Used by (from the same schema document) Complex Type Segment
Abstract no
XML Instance Representation
<...>
<boardingTime> DateTimePair </boardingTime> [0..1]
<departureTime> DateTimePair </departureTime> [0..1]
<arrivalTime> DateTimePair </arrivalTime> [0..1]
<platformNumber> Flight-GateNumber </platformNumber> [0..1]
<gateNumber> Flight-GateNumber </gateNumber> [0..1]
<stoppoint> tcip:CPTStoppointIden </stoppoint> [0..1]
<routeName> Name </routeName> [0..1]
<estimatedDelay> TimeInterval </estimatedDelay> [0..1]
<getTransfer> xs:boolean </getTransfer> [0..1]
<overallStatus> itis:DelayStatusCancellation </overallStatus> [0..1]
<agencyName> Freetext </agencyName> [0..1]
<agencyID> tmdd:Organization-resource-identifier </agencyID> [0..1]
<furtherData> URL-Link </furtherData> [0..1]
<tail> Tail </tail> [0..1]
</...>
Diagram
h1210973722 h1210973722 h1210973722 h1108986796 h1108986796 h2146772752 h518229136 h1514126263 h1631283923 h-386216674 h-632460109 h882153789 h518407765
Schema Component Representation
<xs:complexType name="BoardingInstructions">
<xs:sequence>
<xs:element name="boardingTime" type=" DateTimePair " minOccurs="0"/>
<xs:element name="departureTime" type=" DateTimePair " minOccurs="0"/>
<xs:element name="arrivalTime" type=" DateTimePair " minOccurs="0"/>
<xs:element name="platformNumber" type=" Flight-GateNumber " minOccurs="0"/>
<xs:element name="gateNumber" type=" Flight-GateNumber " minOccurs="0"/>
<xs:element name="stoppoint" type=" tcip:CPTStoppointIden " minOccurs="0"/>
<xs:element name="routeName" type=" Name " minOccurs="0"/>
<xs:element name="estimatedDelay" type=" TimeInterval " minOccurs="0"/>
<xs:element name="getTransfer" minOccurs="0">
<xs:simpleType>
<xs:restriction base=" xs:boolean "/>
</xs:simpleType>
</xs:element>
<xs:element name="overallStatus" type=" itis:DelayStatusCancellation " minOccurs="0"/>
<xs:element name="agencyName" type=" Freetext " minOccurs="0"/>
<xs:element name="agencyID" type=" tmdd:Organization-resource-identifier " minOccurs="0"/>
<xs:element name="furtherData" type=" URL-Link " minOccurs="0"/>
<xs:element name="tail" type=" Tail " minOccurs="0"/>
</xs:sequence>
</xs:complexType>