<xsd:complexType name="CancelPenalty_Detail">
<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:complexContent>
<xsd:extension base="order-0300:CancelPenalty">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
</xsd:sequence>
<xsd:attribute name="policyId" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">An idenfier for the policy.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to16</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nonRefundableInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Indicates that any prepayment for the reservation is non refundable, therefore a 100% penalty on the prepayment is applied, irrespective of deadline.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noCancelInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Note: This will typically be set to false indicating that a reservation may be cancelled.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|