Definition Type: AttributeGroup
Name: LoyalLevelGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Provides the level within a loyalty program.
Collapse XSD Schema Diagram:
Drilldown into LoyalLevelCode in schema ota_commontypes_xsd1 Drilldown into LoyalLevel in schema ota_commontypes_xsd1XSD Diagram of LoyalLevelGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="LoyalLevelGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides the level within a loyalty program.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="LoyalLevel" type="StringLength1to16" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates special privileges in program assigned to individual.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LoyalLevelCode" type="Numeric1to3" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Provides a numeric code assigned to a particular loyalty level.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
LoyalLevel LoyalLevel Optional
LoyalLevelCode LoyalLevelCode Optional