<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>
|