<xsd:complexType name="FormOfPayment_Voucher">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the form of payment.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FormOfPayment</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="fin-0300:FormOfPayment">
<xsd:sequence>
<xsd:element minOccurs="0" name="Voucher" type="fin-0300:Voucher">
<xsd:annotation>
<xsd:documentation source="Description">A form of payment using a voucher or coupon.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BillingAccountName" type="ota2-0400:CompanyName">
<xsd:annotation>
<xsd:documentation source="Description">The name of the Billing Account for which the voucher has been issued.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:AddressSummary">
<xsd:annotation>
<xsd:documentation source="Description">The address of the Billing Account for which the voucher has been issued.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Custom" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|