Definition Type: Attribute
Name: YearNum
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirPreferences.xsd
ContentType Restriction
Use Optional
Documentation:
Last digit of the year of the tour code creation.
Collapse XSD Schema Diagram:
XSD Diagram of YearNum in schema ota_airpreferences_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="YearNum" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Last digit of the year of the tour code creation.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:integer">
            <xs:minInclusive value="0" />
            <xs:maxInclusive value="9" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
MaxInclusive 9
MinInclusive 0