<xsd:complexType name="CancelPenalty">
<xsd:annotation>
<xsd:documentation source="Description">The CancelPenalty class defines the cancellation policy of the hotel facility.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">CancelPenalty</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 for which the cancellation penalty was calculated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="order-0300:Deadline">
<xsd:annotation>
<xsd:documentation source="Description">Cancellation deadline, absolute or relative.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}Deadline</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AmountPercent" type="ota2-0400:AmountPercent">
<xsd:annotation>
<xsd:documentation source="Description">The amount or percent of the cancel penalty.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="9" minOccurs="0" ref="ota2-0400:Description">
<xsd:annotation>
<xsd:documentation source="Description">Text description of the Penalty in a given language.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}ParagraphType</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
</xsd:sequence>
<xsd:attribute name="numberOfNights" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Used in conjunction with the basis type when Nights is selected.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|