Definition Type: Element
Name: Voucher
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Details of a paper or electronic document indicating prepayment.
Collapse XSD Schema Diagram:
Drilldown into ElectronicIndicator in schema ota_commontypes_xsd1 Drilldown into ValueType in schema ota_commontypes_xsd1 Drilldown into Identifier in schema ota_commontypes_xsd1 Drilldown into SupplierIdentifier in schema ota_commontypes_xsd1 Drilldown into BillingNumber in schema ota_commontypes_xsd1 Drilldown into SeriesCode in schema ota_commontypes_xsd1 Drilldown into ExpireDateExclusiveIndicator in schema ota_commontypes_xsd1 Drilldown into ExpireDate in schema ota_commontypes_xsd1 Drilldown into EffectiveDate in schema ota_commontypes_xsd1 Drilldown into EffectiveExpireOptionalDateGroup in schema ota_commontypes_xsd Drilldown into VoucherGroup in schema ota_commontypes_xsdXSD Diagram of Voucher in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Voucher">
    <xs:annotation>
        <xs:documentation xml:lang="en">Details of a paper or electronic document indicating prepayment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="VoucherGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">The effective date, expiry date and series code of the voucher.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attribute name="BillingNumber" type="StringLength1to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Reference of the billing account which handles the payment transaction.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SupplierIdentifier" type="StringLength1to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Unique identifier of the electronic voucher, created by the supplier.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Identifier" type="StringLength1to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Unique identifier of the electronic voucher.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ValueType" type="StringLength1to32" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Defines the type of voucher (e.g., full credit or partial credit).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ElectronicIndicator" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, indicates the voucher is electronic.  An E-voucher is a value document issued by the Travel Agent for the customer. The e-voucher can be used as a proof of reservation, but more normally, as a full-payment or partial payment. </xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
EffectiveDate EffectiveDate Optional
ExpireDate ExpireDate Optional
ExpireDateExclusiveIndicator ExpireDateExclusiveIndicator Optional
SeriesCode SeriesCode (Optional)
BillingNumber BillingNumber Optional
SupplierIdentifier SupplierIdentifier Optional
Identifier Identifier Optional
ValueType ValueType Optional
ElectronicIndicator ElectronicIndicator Optional