Definition Type: Element
Name: FareBasisCode
Type: Unresolved link to stringlength1to161
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs 16
Abstract
Documentation:
Fare basis code for the price for this PTC
Collapse XSD Schema Diagram:
Drilldown into NotValidAfter in schema ota_aircommontypes_xsd Drilldown into NotValidBefore in schema ota_aircommontypes_xsd Drilldown into FlightSegmentRPH in schema ota_aircommontypes_xsdXSD Diagram of FareBasisCode in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareBasisCode" maxOccurs="16">
    <xs:annotation>
        <xs:documentation xml:lang="en">Fare basis code for the price for this PTC</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StringLength1to16">
                <xs:attribute name="FlightSegmentRPH" type="RPH_Type" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A reference to the flight segment associated with this fare basis code.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="NotValidBefore" type="xs:date" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The date before which the fare basis code is not valid.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="NotValidAfter" type="xs:date" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The date after which the fare basis code is not valid.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FlightSegmentRPH FlightSegmentRPH Optional
NotValidBefore NotValidBefore Optional
NotValidAfter NotValidAfter Optional
Collapse Derivation Tree:
  • Unresolved link to stringlength1to161
    • FareBasisCode