Definition Type: Element
Name: FareConstruction
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Should not contain unstructured FareCalc data.
Collapse XSD Schema Diagram:
Drilldown into DestinationCodeContext in schema ota_aircommontypes_xsd Drilldown into DestinationCityCode in schema ota_aircommontypes_xsd Drilldown into OriginCodeContext in schema ota_aircommontypes_xsd Drilldown into OriginCityCode in schema ota_aircommontypes_xsd Drilldown into Language in schema ota_aircommontypes_xsd Drilldown into FormattedIndicator in schema ota_aircommontypes_xsdXSD Diagram of FareConstruction in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareConstruction" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Should not contain unstructured FareCalc data.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="FormattedIndicator" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, this is structured fare calculation information.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Language" type="xs:language" use="optional" />
        <xs:attribute name="OriginCityCode" type="StringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The origin airport city code for this fare construction.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="OriginCodeContext" type="StringLength1to32" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies the context of the origin city code such as IATA, ARC, or internal code.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DestinationCityCode" type="StringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The destination airport city code for this fare construction.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DestinationCodeContext" type="StringLength1to32" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies the context of the destination city code such as IATA, ARC, or internal code.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FormattedIndicator FormattedIndicator Optional
Language Language Optional
OriginCityCode OriginCityCode Optional
OriginCodeContext OriginCodeContext Optional
DestinationCityCode DestinationCityCode Optional
DestinationCodeContext DestinationCodeContext Optional