<xsd:complexType name="LanguageInfo">
<xsd:annotation>
<xsd:documentation source="Description">Language details pertaining to the service.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">LanguageInfo</otm:OTA2Entity>
<otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">en</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:language">
<xsd:attribute name="primaryLanguageInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, this is the primary language spoken by the driver or the guide.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="requestedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, it is preferred that the driver speak this language.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|