<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., &apos;on the hour&apos;, &apos;on the half hour&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>
|