Definition Type: AttributeGroup
Name: PricingInfoGroup
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Use to specify a type of pricing information and whether it should be applied or not applied to the pricing.
Collapse XSD Schema Diagram:
Drilldown into Qualifier in schema ota_aircommontypes_xsd Drilldown into ExcludeInd in schema ota_aircommontypes_xsd Drilldown into Type in schema ota_aircommontypes_xsdXSD Diagram of PricingInfoGroup in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="PricingInfoGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Use to specify a type of pricing information and whether it should be applied or not applied to the pricing.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Type" type="OTA_CodeType" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to specify the type of pricing information.  References OTA code list Pricing Processing Code (PPC).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ExcludeInd" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true the information in the type attribute should not be applied to the pricing.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Qualifier" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to give additional information on the pricing preference.  Refer to OTA Code List Pricing Qualification Code (PQC).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Type Type Required
ExcludeInd ExcludeInd Optional
Qualifier Qualifier Optional