Definition Type: Attribute
Name: maxPassengers
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 maximum passengers allowed in the vehicle.
Collapse XSD Schema Diagram:
XSD Diagram of maxPassengers in schema ground_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="maxPassengers" type="xsd:int" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">The maximum passengers allowed in  the vehicle.</xsd:documentation>
        <xsd:appinfo>
            <otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">7</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:attribute>