complexType "IndividualLanguageType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (4):
-
All Direct / Indirect Based Elements (1):
-
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 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) -
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.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Read"/> |
-
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"/> |
-
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"/> |