Definition Type: Element
Name: UnstructuredFareCalc
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains the fare calc information for the stored fare for the passenger.
Collapse XSD Schema Diagram:
Drilldown into FareCalcMode in schema ota_aircommontypes_xsdXSD Diagram of UnstructuredFareCalc in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="UnstructuredFareCalc" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains the fare calc information for the stored fare for the passenger.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="FareCalcMode" type="AlphaNumericStringLength1" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Used to identify the method of pricing for this transaction (e.g., manual,  automated pricing). Should be 1 character in length.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FareCalcMode FareCalcMode Optional