Namespace: |
|
Type: |
|
Content: |
simple, 4 attributes |
Defined: |
XML Representation Summary |
|||||||||||||||
<languagePreference |
|||||||||||||||
|
|||||||||||||||
> |
|||||||||||||||
|
|||||||||||||||
</languagePreference> |
<xsd:element maxOccurs="unbounded" minOccurs="0" name="languagePreference" type="languagePreferenceType">
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element specifies the preferred language code
</xsd:documentation>
of the identity encoded using ISO 639 language codes or ISO 3166 country codes, as defined by <a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>
.
The purpose of this value in this service is to indicate the languages understood by this identity. When manipulating localizable content, choose from an appropriate language preference. When encountering localized content not falling within this set, the software should translate into a language understood by this set. </xsd:element>
|
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Derivation: |
restriction of hs:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute indicates how well this language is understood by this identity. Valid
</xsd:documentation>
values include: <ul>
<li>native</li>
</ul>
<li>fluent</li>
<li>intermediate</li>
<li>beginner</li>
<xsd:simpleType>
<xsd:restriction base="hs:string">
</xsd:simpleType>
<xsd:enumeration value="native"/>
</xsd:restriction>
<xsd:enumeration value="fluent"/>
<xsd:enumeration value="intermediate"/>
<xsd:enumeration value="beginner"/>
</xsd:attribute>
|