Definition Type: Attribute
Name: year
Namespace: http://www.opentravel.org/OTM/product/Ground/v2
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: Ground_2_0_0.xsd
Use Optional
Documentation:
The model year of the vehicle. Query: should this be a yyyy pattern?
Collapse XSD Schema Diagram:
XSD Diagram of year in schema ground_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="year" type="xsd:int" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">The model year of the vehicle.
Query: should this be a yyyy pattern?</xsd:documentation>
        <xsd:appinfo>
            <otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2016</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:attribute>