<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>
|