<xs:element name="CustLoyalty" minOccurs="0" maxOccurs="25">
<xs:annotation>
<xs:documentation xml:lang="en">Loyalty program information for the customer.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CustomerLoyaltyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Program rewarding frequent use by accumulating credits for services provided by vendors.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Remark" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A remark associated with the customer's loyalty program.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|