Definition Type: Element
Name: CouponInfo
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 4
Abstract
Documentation:
Optional information on coupon numbers being exchanged.
Collapse XSD Schema Diagram:
Drilldown into Number in schema ota_aircommontypes_xsdXSD Diagram of CouponInfo in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CouponInfo" minOccurs="0" maxOccurs="4">
    <xs:annotation>
        <xs:documentation>Optional information on coupon numbers being exchanged.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Number" type="Numeric1to4" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The applicable coupon number.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Number Number Optional