<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>
|