<xs:element name="DaysOfWeekRestriction" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Allows Fare Contract to be restricted to certain days of the week for outbound, return or all journey directions</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Application" type="AirTripDirectionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identify whether the restriction applies to the outbound , return or both trip directions</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TripType" type="AirTripType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicate the type of trip to which the restriction applies</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RestrictionExistsInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates that a day of week restriction applies.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IncludeExcludeUseInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the days of week should be included (i.e. travel allowed on those days)</xs:documentation>
<xs:documentation xml:lang="en">When false, the days of week should be excluded (i.e. no travel allowed on those days)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="DOW_PatternGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Identify the days on which travel is allowed or disallowed</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|