Definition Type: ComplexType
Name: OperationSchedule
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
The OperationSchedule class defines the dates and hours of operation. The OperationSchedule class defines the dates and hours of operation.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into DateTimeSpanWindowsSubGrp in schema common_4_0_0_xsd Drilldown into text in schema common_4_0_0_xsd Drilldown into frequency in schema common_4_0_0_xsd Drilldown into additionalOperationInfoCode in schema common_4_0_0_xsd Drilldown into daysOfWeek in schema common_4_0_0_xsdXSD Diagram of OperationSchedule in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="OperationSchedule">
    <xsd:annotation>
        <xsd:documentation source="Description">The OperationSchedule class defines the dates and hours of operation.</xsd:documentation>
        <xsd:documentation source="Description">The OperationSchedule class defines the dates and hours of operation.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">OperationSchedule</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="ota2-0400:DateTimeSpanWindowsSubGrp">
            <xsd:annotation>
                <xsd:documentation source="Description">The date span applicable to the operation.</xsd:documentation>
                <xsd:documentation source="Implementer">AttributeGroup: DateTimeSpanGroup</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="daysOfWeek" type="ota2-0400:DayOfOperation" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The day(s) of week to which the operation time applies.</xsd:documentation>
            <xsd:documentation source="Implementer">AttributeGroup: DOW_PatternGroup</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="additionalOperationInfoCode" type="ota2-0400:OTA_Code" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">Used to provide additional information regarding operation times (e.g., after hours operations, restricted times). Refer to OpenTravel Code List Additional Operation Info (OPR).</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="frequency" type="ota2-0400:StringShort" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The frequency with which this operation occurs (e.g., &amp;apos;on the hour&amp;apos;, &amp;apos;on the half hour&amp;apos;).</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to64</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="text" type="ota2-0400:StringShort" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">Textual information for this period of operation.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength0to64</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateTimeSpanWindowsSubGrp ota2-0400:DateTimeSpanWindowsSubGrp 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
daysOfWeek ota2-0400:daysOfWeek Optional
additionalOperationInfoCode ota2-0400:additionalOperationInfoCode Optional
frequency ota2-0400:frequency Optional
text ota2-0400:text Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:OperationSchedule