Definition Type: AttributeGroup
Name: DOW_PatternGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
If a day(s) of the week is set to true then the associated item is available on that day of the week (e.g., if Mon="true" then a flight operates on Mondays or a certain rate is available on Mondays).
Collapse XSD Schema Diagram:
Drilldown into Sun in schema ota_commontypes_xsd1 Drilldown into Sat in schema ota_commontypes_xsd1 Drilldown into Fri in schema ota_commontypes_xsd1 Drilldown into Thur in schema ota_commontypes_xsd1 Drilldown into Weds in schema ota_commontypes_xsd1 Drilldown into Tue in schema ota_commontypes_xsd1 Drilldown into Mon in schema ota_commontypes_xsd1XSD Diagram of DOW_PatternGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="DOW_PatternGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">If a day(s) of the week is set to true then the associated item is available on that day of the week  (e.g., if Mon="true" then a flight operates on Mondays or a certain rate is available on Mondays).</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Mon" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, apply to Monday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Tue" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, apply to Tuesday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Weds" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, apply to Wednesday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Thur" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, apply to Thursday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Fri" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, apply to Friday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Sat" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, apply to Saturday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Sun" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, apply to Sunday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Mon Mon Optional
Tue Tue Optional
Weds Weds Optional
Thur Thur Optional
Fri Fri Optional
Sat Sat Optional
Sun Sun Optional