complexType "IndividualLanguageType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
r:Language, Read?, Write?, Speak?
</...>
Content Model Elements (4):
Read, Write (in LanguageAbility),
All Direct / Indirect Based Elements (1):
LanguageAbility
Known Usage Locations
Annotation
Language of an individual and optionally indication of the level of reading, writing, and speaking. Repeat for more than one language.
XML Source (w/o annotations (5); 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" name="Write"/>
<xs:element minOccurs="0" name="Speak"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
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.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Read"/>

Speak
Type:
xs:anyType, any content
Indicates speaking knowledge of the language specified. Supports an optional controlled vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Speak"/>

Write
Type:
xs:anyType, any content
Indicates writing knowledge of the language specified. Supports an optional controlled vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Write"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set