Definition Type: Element
Name: DaysOfWeekRestriction
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs 3
Abstract
Documentation:
Allows Fare Contract to be restricted to certain days of the week for outbound, return or all journey directions
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_xsd1 Drilldown into DOW_PatternGroup in schema ota_commontypes_xsd1 Drilldown into IncludeExcludeUseInd in schema ota_airfaredisplayrs_xsd Drilldown into RestrictionExistsInd in schema ota_airfaredisplayrs_xsd Drilldown into TripType in schema ota_airfaredisplayrs_xsd Drilldown into Application in schema ota_airfaredisplayrs_xsdXSD Diagram of DaysOfWeekRestriction in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Application nsA:Application Optional
TripType nsA:TripType Optional
RestrictionExistsInd nsA:RestrictionExistsInd Optional
IncludeExcludeUseInd nsA:IncludeExcludeUseInd Optional
Mon Mon Optional
Tue Tue Optional
Weds Weds Optional
Thur Thur Optional
Fri Fri Optional
Sat Sat Optional
Sun Sun Optional