Definition Type: Element
Name: OperationSchedule
Type: OperationSchedulePlusChargeType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The OperationSchedule class defines details the dates and hours of operation.
Collapse XSD Schema Diagram:
Drilldown into Charge in schema ota_commontypes_xsd 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_xsd Drilldown into OperationScheduleType in schema ota_commontypes_xsd Drilldown into OperationSchedulePlusChargeType in schema ota_commontypes_xsd Drilldown into Name in schema ota_commontypes_xsd1XSD Diagram of OperationSchedule in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OperationSchedule" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">The OperationSchedule class defines details the dates and hours of operation. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="OperationSchedulePlusChargeType">
                <xs:attribute name="Name" type="StringLength0to128" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Used to provide a name for a sub-operation (e.g. an activity or event).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OperationTimes OperationTimes 0 (1)
Charge Charge 0 5
Collapse Child Attributes:
Name Type Default Value Use
Start Start Optional
Duration Duration Optional
End End Optional
Name Name Optional
Collapse Derivation Tree: