Definition Type: ComplexType
Name: OperationScheduleType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Details of an operating schedule (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).
Collapse XSD Schema Diagram:
Drilldown into OperationTimes in schema ota_commontypes_xsd Drilldown into End in schema ota_commontypes_xsd1 Drilldown into Duration in schema ota_commontypes_xsd1 Drilldown into Start in schema ota_commontypes_xsd1 Drilldown into DateTimeSpanGroup in schema ota_commontypes_xsdXSD Diagram of OperationScheduleType in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="OperationScheduleType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Details of an operating schedule (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="OperationTimes" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">A collection of OperationTimes.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="OperationTime" maxOccurs="999">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Provides operating times of a facility.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:attributeGroup ref="DOW_PatternGroup">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The day(s) of week to which the operation time applies.</xs:documentation>
                                </xs:annotation>
                            </xs:attributeGroup>
                            <xs:attributeGroup ref="DateTimeSpanGroup">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The date span applicable to the operation.</xs:documentation>
                                </xs:annotation>
                            </xs:attributeGroup>
                            <xs:attribute name="AdditionalOperationInfoCode" type="OTA_CodeType" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Used to provide additional information regarding operation times (e.g., after hours operations, restricted times). Refer to OTA Codelist Additional Operation Info (OPR).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="Frequency" type="StringLength1to64" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The frequency with which this operation occurs (e.g., 'on the hour', 'on the half hour').</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="Text" type="StringLength0to64" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Textual information for this period of operation.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="DateTimeSpanGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">The date span applicable to the operation schedule.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OperationTimes OperationTimes 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Start Start Optional
Duration Duration Optional
End End Optional
Collapse Derivation Tree:
Collapse References:
OperationSchedule, OperationSchedulePlusChargeType, Unresolved link to periodpricetype1