<xsd:complexType name="Driver">
<xsd:annotation>
<xsd:documentation source="Description">Driver information.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Driver</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="pgt-0200:Driver_ID">
<xsd:sequence>
<xsd:element minOccurs="1" ref="ota2-0400:PersonNameSummary">
<xsd:annotation>
<xsd:documentation source="Description">This provides name information for a person.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="4" minOccurs="0" ref="ota2-0400:TelephoneDetail">
<xsd:annotation>
<xsd:documentation source="Description">Information about a telephone number, including the actual number and its usage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SpokenLanguages" type="pgt-0200:LanguagesSpoken">
<xsd:annotation>
<xsd:documentation source="Description">One or more languages spoken by a person.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Review" type="pgt-0200:Review">
<xsd:annotation>
<xsd:documentation source="Description">Review&apos;s score from 0 to 5, where 5 is the best.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|