Definition Type: Attribute
Name: FormAndSerialNumber
Namespace: http://www.opentravel.org/OTA/2003/05
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCheckIn.xsd
ContentType Restriction
Use Required
Documentation:
This is the 4 digit form number plus the 6 digit serial number.
Collapse XSD Schema Diagram:
XSD Diagram of FormAndSerialNumber in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="FormAndSerialNumber" use="required">
    <xs:annotation>
        <xs:documentation xml:lang="en">This is the 4 digit form number plus the 6 digit serial number.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:pattern value="[0-9a-zA-Z]{10}" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Pattern [0-9a-zA-Z]{10}