<xsd:complexType name="PassengerPrefs">
<xsd:annotation>
<xsd:documentation source="Description">Passenger preferences including service type, physically challenged vehicle and other vehicle preferences.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PassengerPrefs</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="ota2:Empty">
<xsd:attribute name="maximumPassengers" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The maximum quantity of passengers this vehicle can accommodate. NOTE: This figure is based on the quantity of seat belts in the vehicle.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">3</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maximumBaggage" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The (recommended) maximum baggage that can be stored in the vehicle&apos;s trunk.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">3</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shortDescription" type="ota2-0400:StringText" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">A short description of the service type and vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="notes" type="ota2-0400:StringText" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Other notes related to the ground service, such as &quot;Driver will meet you in baggage claim.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="transferRequests" type="pgt-0200:TransferRequests" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">One or more requests, e.g. Child Seat</xsd:documentation>
<xsd:appinfo>
<otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ChildSeat GuideDog FuelEfficientVehicle PetFriendly</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|