<xs:element name="AdditionalLanguage" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation>Additional languages spoken by the traveler.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Code" type="xs:language" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Code for the language spoken by the customer.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|