Definition Type: AttributeGroup
Name: FlifoLegAttributes
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Provides information for a flight leg.
Collapse XSD Schema Diagram:
Drilldown into LegDistance in schema ota_aircommontypes_xsd Drilldown into AccumulatedDuration in schema ota_aircommontypes_xsd Drilldown into GroundDuration in schema ota_aircommontypes_xsd Drilldown into JourneyDuration in schema ota_aircommontypes_xsd Drilldown into FlightNumber in schema ota_aircommontypes_xsdXSD Diagram of FlifoLegAttributes in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="FlifoLegAttributes">
    <xs:annotation>
        <xs:documentation xml:lang="en"> Provides information for a flight leg.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="FlightNumber" type="FlightNumberType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en"> The flight number of the flight.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="JourneyDuration" type="xs:duration" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en"> The duration of the flight from departure location to destination  location.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="GroundDuration" type="xs:duration" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en"> The duration of a ground stop.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="AccumulatedDuration" type="xs:duration" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en"> The total duration time of the flight. This is the combination of both JourneyDuration and GroundDuration.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LegDistance" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">
		Miles aquired per flight segments, usually used for earning of frequent flyer miles.
		</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
FlightNumber FlightNumber Optional
JourneyDuration JourneyDuration Optional
GroundDuration GroundDuration Optional
AccumulatedDuration AccumulatedDuration Optional
LegDistance LegDistance Optional