Definition Type: AttributeGroup
Name: PaymentCardDateGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Indicates the start and end date for a payment card.
Collapse XSD Schema Diagram:
Drilldown into ExpireDate in schema ota_commontypes_xsd1 Drilldown into EffectiveDate in schema ota_commontypes_xsd1XSD Diagram of PaymentCardDateGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
EffectiveDate EffectiveDate Optional
ExpireDate ExpireDate Optional