<xs:attributeGroup name="LoyaltyInfoGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the loyalty membership of a guest or prospect</xs:documentation>
</xs:annotation>
<xs:attribute name="LoyaltyMembershipID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier of the member in the program (membership number, account number, etc.).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="LoyalLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Accumulated credits as defined by a reward program.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:attributeGroup>
|