<xsd:complexType name="GuaranteesAccepted">
<xsd:annotation>
<xsd:documentation source="Description">TODO- (split between type accepted in location and guest provided)GuaranteeAccepted</xsd:documentation>
<xsd:documentation source="Description">TODO- (split between type accepted in location and guest provided)GuaranteeAccepted</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">GuaranteesAccepted</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="50" minOccurs="0" name="Type" type="ota2-0300:PaymentType_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Describes the forms of guarantee that are acceptable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="30" minOccurs="0" name="PaymentCardCode" type="ota2-0300:PaymentCardCode_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Describes the acceptable forms of payment cards.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="noCardHolderInfoReqInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, no credit card holder information is required. If false, it is not required.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nameReqInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, the credit card holder name is required. If false, it is not required.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="addressReqInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, credit card holder address is required. If false, it is not required.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="phoneReqInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, credit card holder phone number is required. If false, it is not required.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="interbankNbrReqInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, the credit card interbank number is required. If false, it is not required.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bookingSourceAllowedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When true, the booking source may be used to guarantee the booking.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="corpDiscountNbrAllowedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When true, the corporate discount number may be used to guarantee the booking.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|