<xsd:element name="Language" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Attributes used to identify the language preference for the message.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="primary" type="xsd:language" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">The primary human language preference to use for message processing in ISO 639 code format. Source: http://bit.ly/OTA2_ISO639</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="secondary" type="xsd:language" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">The secondary human language preference to use for message processing in ISO 639 code format. Source: http://bit.ly/OTA2_ISO639</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|