complexType "IndividualLanguageType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (3):
Known Usage Locations
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:complexType name="IndividualLanguageType">
<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:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
r:EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>

r:Language
Type:
r:CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:Language"/>

Read
Type:
r:CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Read"/>

Speak
Type:
r:CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Speak"/>

Write
Type:
r:CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Write"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set