Definition Type: ComplexType
Name: DepositPolicy
Namespace: http://www.opentravel.org/OTM/order/v3
Containing Schema: Order_3_0_0.xsd
Abstract
Documentation:
Describes the policy when a deposit is used to guarantee the reservation. Describes the policy when a deposit is used to guarantee the reservation.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Description in schema common_4_0_0_xsd Drilldown into Deadline in schema order_3_0_0_xsd Drilldown into AmountPercent in schema order_3_0_0_xsd Drilldown into BasisType in schema order_3_0_0_xsd Drilldown into numberOfNights in schema order_3_0_0_xsdXSD Diagram of DepositPolicy in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="DepositPolicy">
    <xsd:annotation>
        <xsd:documentation source="Description">Describes the policy when a deposit is used to guarantee the reservation.</xsd:documentation>
        <xsd:documentation source="Description">Describes the policy when a deposit is used to guarantee the reservation.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DepositPolicy</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="BasisType" type="ota2-0300:BasisType">
            <xsd:annotation>
                <xsd:documentation source="Description">The basis on which the deposit is calculated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AmountPercent" type="ota2-0400:AmountPercent">
            <xsd:annotation>
                <xsd:documentation source="Description">The deposit due described in either an amount or percent.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="order-0300:Deadline">
            <xsd:annotation>
                <xsd:documentation source="Description">The deadline for which the deposit is due.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2-0400:Description">
            <xsd:annotation>
                <xsd:documentation source="Description">Description of the deposit policy.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="numberOfNights" type="xsd:integer" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The number of nights used to calculate the deposit required.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BasisType order-0300:BasisType 0 (1)
AmountPercent order-0300:AmountPercent 0 (1)
Deadline order-0300:Deadline 0 (1)
Description ota2-0400:Description 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
numberOfNights order-0300:numberOfNights Optional
Collapse Derivation Tree:
Collapse References:
order-0300:DepositPolicy