Definition Type: ComplexType
Name: LicensePlate
Namespace: http://www.opentravel.org/OTM/product/Ground/v2
Type: ota2-0400:StringTiny
Containing Schema: Ground_2_0_0.xsd
Abstract
Documentation:
Offical vehicle identification.
Collapse XSD Schema Diagram:
Drilldown into category in schema ground_2_0_0_xsd Drilldown into region in schema ground_2_0_0_xsdXSD Diagram of LicensePlate in schema ground_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="LicensePlate">
    <xsd:annotation>
        <xsd:documentation source="Description">Offical vehicle identification.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">LicensePlate</otm:OTA2Entity>
            <otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ABC123</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2-0400:StringTiny">
            <xsd:attribute name="region" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The region code of the license (e.g State or Country).</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TN</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="category" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Category of the license e.g. Military, Diplomatic etc.</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Standard</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
region pgt-0200:region Optional
category pgt-0200:category Optional
Collapse Derivation Tree:
Collapse References:
pgt-0200:LicensePlate