Definition Type: Element
Name: DepartureInformation
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirCheckIn.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies departure information for a flight.
Collapse XSD Schema Diagram:
Drilldown into Gate in schema ota_commontypes_xsd1 Drilldown into Terminal in schema ota_commontypes_xsd1 Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into LocationCode in schema ota_commontypes_xsd1 Drilldown into AirportLocationGroup in schema ota_commontypes_xsd1 Drilldown into LocationName in schema ota_aircheckin_xsd Drilldown into OtherCheckInInformation in schema ota_aircheckin_xsd Drilldown into BoardingDateTime in schema ota_aircheckin_xsd Drilldown into LatestCheckInDateTime in schema ota_aircheckin_xsd Drilldown into ScheduledDepartureTime in schema ota_aircheckin_xsd Drilldown into DayOfWeek in schema ota_aircheckin_xsd Drilldown into JulianDateOfDeparture in schema ota_aircheckin_xsd Drilldown into DateOfDeparture in schema ota_aircheckin_xsdXSD Diagram of DepartureInformation in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="DepartureInformation">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies departure information for a flight.    </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="DateOfDeparture" type="DateOrDateTimeType" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">Date of departure from this board point. </xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="JulianDateOfDeparture" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Date of departure from this board point.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:pattern value="[0-9]{3}" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies departure day of the week.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ScheduledDepartureTime" type="xs:time" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies local or UTC scheduled departure time. Accomodates the 12 and the 24 hour clock.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="LatestCheckInDateTime" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Informs the customer of the latest possible local or UTC time of flight check-in. Accomodates the 12 and the 24 hour clock.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="BoardingDateTime" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Informs the customer of the local or UTC flight boarding time. Accomodates the 12 and the 24 hour clock.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="OtherCheckInInformation" type="StringLength1to128" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Provides generic check-in information, instructions, etc. (for example, used for SIMM DEI-299  - i.e. Check in at United Airlines for Ted flights).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="LocationName" type="StringLength1to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The full name of the boarding point. This can be the airport name (e.g., Chicago O'Hare), the railway station, or the city name. </xs:documentation>
                <xs:documentation />
            </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="AirportLocationGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Information about the departure location. The departure location may be an airport, rail station, etc.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
DateOfDeparture nsA:DateOfDeparture Required
JulianDateOfDeparture nsA:JulianDateOfDeparture Optional
DayOfWeek nsA:DayOfWeek Optional
ScheduledDepartureTime nsA:ScheduledDepartureTime Optional
LatestCheckInDateTime nsA:LatestCheckInDateTime Optional
BoardingDateTime nsA:BoardingDateTime Optional
OtherCheckInInformation nsA:OtherCheckInInformation Optional
LocationName nsA:LocationName Optional
LocationCode LocationCode Optional
CodeContext CodeContext IATA Optional
Terminal Terminal Optional
Gate Gate Optional