DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "IndividualLanguageType"
Namespace:
Content:
simple, 4 attributes
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    ISO
 = 
xs:language
    read
 = 
("Native" | "Fluent" | "Good" | "Basic" | "Unspecified")
    speak
 = 
("Native" | "Fluent" | "Good" | "Basic" | "Unspecified")
    write
 = 
("Native" | "Fluent" | "Good" | "Basic" | "Unspecified")
    >
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Language of an individual
Type Definition Detail
Type Derivation Tree
xs:string
  IndividualLanguageType (extension)
Derivation:
extension of xs:string
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="IndividualLanguageType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="ISO" type="xs:language" use="optional"/>
<xs:attribute name="read" type="LanguageLevelCodeType" use="optional"/>
<xs:attribute name="write" type="LanguageLevelCodeType" use="optional"/>
<xs:attribute name="speak" type="LanguageLevelCodeType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 4/4)
ISO
Type:
xs:language, predefined
Use:
optional
ISO code for the language described
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="ISO" type="xs:language" use="optional"/>

read
Type:
Use:
optional
Indicates reading knowledge of the language described
Attribute Value
enumeration of xs:NMTOKENS
Enumeration:
"Native", "Fluent", "Good", "Basic", "Unspecified"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="read" type="LanguageLevelCodeType" use="optional"/>

speak
Type:
Use:
optional
Indicates speaking knowledge of the language described
Attribute Value
enumeration of xs:NMTOKENS
Enumeration:
"Native", "Fluent", "Good", "Basic", "Unspecified"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="speak" type="LanguageLevelCodeType" use="optional"/>

write
Type:
Use:
optional
Indicates writing knowledge of the language described
Attribute Value
enumeration of xs:NMTOKENS
Enumeration:
"Native", "Fluent", "Good", "Basic", "Unspecified"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="write" type="LanguageLevelCodeType" use="optional"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set