complexType "IndividualLanguageType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (3):
-
Annotation
Use to specify the languages known by the individual in terms of their ability to speak, read, and write the language. May be repeated to cover multiple languages. This information is useful for foreign contacts in determining the language of communication to use with this individual.
XML Source (w/o annotations (6); see within schema source)
<xs:sequence>
<xs:element ref="r:Language"/>
<xs:element minOccurs="0" ref="Read"/>
<xs:element minOccurs="0" ref="Write"/>
<xs:element minOccurs="0" ref="Speak"/>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 5/5)
-
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
-
Specifies the language (and optionally the locale) of the individual. The language identifier is defined by IETF RFC 4646 or its successor. The base sub-tag is the ISO 639 2 or 3 digit language code.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Indicates reading knowledge of the language specified. Supports an optional controlled vocabulary. The DDI Alliance has provided a controlled vocabulary (LanguageProficiency) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Read"/>
|
-
Indicates speaking knowledge of the language specified. Supports an optional controlled vocabulary. The DDI Alliance has provided a controlled vocabulary (LanguageProficiency) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Speak"/>
|
-
Indicates writing knowledge of the language specified. Supports an optional controlled vocabulary. The DDI Alliance has provided a controlled vocabulary (LanguageProficiency) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Write"/>
|