Definition Type: AttributeGroup
Name: DiscountInfoGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to provide details of either the discount or promotion.
Collapse XSD Schema Diagram:
Drilldown into Description in schema ota_commontypes_xsd1 Drilldown into ID in schema ota_commontypes_xsd1 Drilldown into Percent in schema ota_commontypes_xsd1 Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into Amount in schema ota_commontypes_xsd1 Drilldown into CurrencyAmountGroup in schema ota_commontypes_xsdXSD Diagram of DiscountInfoGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="DiscountInfoGroup">
    <xs:annotation>
        <xs:documentation>Used to provide details of either the discount or promotion.</xs:documentation>
    </xs:annotation>
    <xs:attributeGroup ref="CurrencyAmountGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">The discount amount.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
    <xs:attribute name="Percent" type="Percentage" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The discount as a percent.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ID" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A unique identifier for the discount.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Description" type="StringLength1to128" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Textual information regarding the discount.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Amount Amount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional
Percent Percent Optional
ID ID Optional
Description Description Optional