Definition Type: Element
Name: Account
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Specifies an account code to be used in pricing.
Collapse XSD Schema Diagram:
Drilldown into Code in schema ota_aircommontypes_xsd Drilldown into CodeOnlyFaresInd in schema ota_aircommontypes_xsdXSD Diagram of Account in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Account" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies an account code to be used in pricing.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="CodeOnlyFaresInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, return only the fares for the specified account code.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Code" type="StringLength1to32" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The account code for which fares are requested.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CodeOnlyFaresInd CodeOnlyFaresInd Optional
Code Code Required