<xs:attributeGroup name="SignupDateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the date of registration for a loyalty program.</xs:documentation>
</xs:annotation>
<xs:attribute name="SignupDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates when the member signed up for the loyalty program.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|