Definition Type: SimpleType
Name: Coupon
Namespace: http://www.opentravel.org/OTM/finance/v3
Containing Schema: Finance_3_0_0.xsd
Documentation:
Gives the coupon number of the ticket, which will be taken for payment.
Collapse XSD Schema Diagram:
XSD Diagram of Coupon in schema finance_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="Coupon">
    <xsd:annotation>
        <xsd:documentation source="Description">Gives the coupon number of the ticket, which will be taken for payment.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Coupon</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="[0-9]{1,8}" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [0-9]{1,8}
Collapse Derivation Tree:
Collapse References:
fin-0300:Coupons