Definition Type: AttributeGroup
Name: EffectiveExpireOptionalDateGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to send the effective date and/or expiration date.
Collapse XSD Schema Diagram:
Drilldown into ExpireDateExclusiveIndicator in schema ota_commontypes_xsd1 Drilldown into ExpireDate in schema ota_commontypes_xsd1 Drilldown into EffectiveDate in schema ota_commontypes_xsd1XSD Diagram of EffectiveExpireOptionalDateGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="EffectiveExpireOptionalDateGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to send the effective date and/or expiration date.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="EffectiveDate" type="xs:date" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates the starting date.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ExpireDate" type="xs:date" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates the ending date.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ExpireDateExclusiveIndicator" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
EffectiveDate EffectiveDate Optional
ExpireDate ExpireDate Optional
ExpireDateExclusiveIndicator ExpireDateExclusiveIndicator Optional