Definition Type: Element
Name: FareReference
Type: Unresolved link to stringlength0to8
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Used to provide the fare basis code, the fare class code, and/or ticket designator.
Collapse XSD Schema Diagram:
Drilldown into AccountCode in schema ota_aircommontypes_xsd Drilldown into TicketDesignatorCode in schema ota_aircommontypes_xsd Drilldown into ResBookDesigCode in schema ota_aircommontypes_xsdXSD Diagram of FareReference in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareReference" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to provide the fare basis code, the fare class code, and/or ticket designator. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StringLength0to8">
                <xs:attribute name="ResBookDesigCode" type="UpperCaseAlphaLength1to2" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Identifies the class of service for the specified fare basis code.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="TicketDesignatorCode" type="StringLength1to16" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Specifies the discount code applicable to the fare that is associated with this fare basis code.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="AccountCode" type="StringLength1to32" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A code to uniquely identify a fare account.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
ResBookDesigCode ResBookDesigCode Optional
TicketDesignatorCode TicketDesignatorCode Optional
AccountCode AccountCode Optional
Collapse Derivation Tree:
  • Unresolved link to stringlength0to8
    • FareReference