Definition Type: ComplexType
Name: OperationSchedulePlusChargeType
Type: OperationScheduleType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
This allows a charge to be associated with operating times (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).
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_xsdXSD Diagram of OperationSchedulePlusChargeType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="OperationSchedulePlusChargeType">
    <xs:annotation>
        <xs:documentation xml:lang="en">This allows a charge to be associated with operating times (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="OperationScheduleType">
            <xs:sequence>
                <xs:element name="Charge" type="FeeType" minOccurs="0" maxOccurs="5">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Cost associated with an amenity.</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
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
Collapse Derivation Tree:
Collapse References:
OperationSchedule