Definition Type: Element
Name: Account
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirPriceRS.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
An account code that applies to all the priced itineraries.
Collapse XSD Schema Diagram:
Drilldown into Code in schema ota_airpricers_xsdXSD Diagram of Account in schema ota_airpricers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Account" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">An account code that applies to all the priced itineraries.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Code" type="StringLength1to32" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The account code.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Code nsA:Code Required