<xs:element name="CustLoyalty" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en"> Identifies the loyalty program(s) that the customer belongs to and associated information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CustomerLoyaltyGroup" />
<xs:attribute name="Operation" type="ActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the required modification to the element.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|