<xs:attributeGroup name="LoyaltyCertificateNumberGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a loyalty certificate.</xs:documentation>
</xs:annotation>
<xs:attribute name="CertificateNumber" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The loyalty redemption certificate identifier.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MemberNumber" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier of the member in the program.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ProgramName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This identifies the loyalty program.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|