Definition Type: Element
Name: Pricing
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirBaggageRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Actual pricing. This is what is displayed to customer. Include pricing type with taxes. Extend with DisplayLabel.
Collapse XSD Schema Diagram:
Drilldown into AddCurrencyConversion in schema ota_airbaggagers_xsd Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into DisplayLabel in schema ota_airbaggagers_xsdXSD Diagram of Pricing in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Pricing" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Actual pricing. This is what is displayed to customer. Include pricing type with taxes. Extend with DisplayLabel.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AddCurrencyConversion" />
        </xs:sequence>
        <xs:attribute name="DisplayLabel">
            <xs:annotation>
                <xs:documentation>Marketing name for pricing type, e.g. "Filed Price".</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string" />
            </xs:simpleType>
        </xs:attribute>
        <xs:attributeGroup ref="CurrencyAmountGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddCurrencyConversion nsA:AddCurrencyConversion (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
DisplayLabel nsA:DisplayLabel (Optional)
CurrencyCode Unresolved link to currencycode8 Optional
DecimalPlaces Unresolved link to decimalplaces7 Optional
Amount Unresolved link to amount15 Optional