<xs:attributeGroup name="PaymentCardDateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the start and end date for a payment card.</xs:documentation>
</xs:annotation>
<xs:attribute name="EffectiveDate" type="MMYYDate" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the starting date.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ExpireDate" type="MMYYDate" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the ending date.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|