Definition Type: AttributeGroup
Name: PromotionCodeGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to provide a promotion code.
Collapse XSD Schema Diagram:
Drilldown into PromotionVendorCode in schema ota_commontypes_xsd1 Drilldown into PromotionCode in schema ota_commontypes_xsd1XSD Diagram of PromotionCodeGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="PromotionCodeGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to provide a promotion code.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="PromotionCode" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PromotionVendorCode" type="ListOfStringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">List of the vendor codes associated with a promotion.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
PromotionCode PromotionCode Optional
PromotionVendorCode PromotionVendorCode Optional