Definition Type: Element
Name: OperationTimes
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of OperationTimes.
Collapse XSD Schema Diagram:
Drilldown into OperationTime in schema ota_commontypes_xsdXSD Diagram of OperationTimes in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OperationTime OperationTime (1) 999