<xsd:complexType name="TermsAndConditions">
<xsd:annotation>
<xsd:documentation source="Description">The terms and conditions related to an offer.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TermsAndConditions</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="order-0300:TermsAndConditions_ID">
<xsd:sequence>
<xsd:element minOccurs="0" name="Promotion" type="ota2-0400:Promotion">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the terms and conditions as related to the promotion.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="25" minOccurs="0" ref="order-0300:RebateProgram">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the details of the rebate program.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:Description">
<xsd:annotation>
<xsd:documentation source="Description">Details of the terms and conditions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="10" minOccurs="0" ref="order-0300:CancelPenaltySubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the cancellation penalty.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="order-0300:GuaranteePolicy">
<xsd:annotation>
<xsd:documentation source="Description">Guarantee information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="duration" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the duration of the trip.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|