complexType "languagePreferenceType"
Namespace:
Content:
simple, 4 attributes
Defined:
globally in myProfile.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
 = 
("native" | "fluent" | "intermediate" | "beginner")
   
>
   
Content: 
{ xsd:string }
</...>
All Direct / Indirect Based Elements (1):
languagePreference (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  hs:string (extension)
      languagePreferenceType
Derivation:
extension of hs:string
XML Source (see within schema source)
<xsd:complexType name="languagePreferenceType">
<xsd:simpleContent>
<xsd:extension base="hs:string">
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
<xsd:attribute name="level" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute indicates how well this language is understood by this identity. Valid
values include:
<ul>
<li>native</li>
<li>fluent</li>
<li>intermediate</li>
<li>beginner</li>
</ul>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="hs:string">
<xsd:enumeration value="native"/>
<xsd:enumeration value="fluent"/>
<xsd:enumeration value="intermediate"/>
<xsd:enumeration value="beginner"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; 4/4)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>

level
Type:
anonymous simpleType (restriction of hs:string)
Use:
required
Defined:
locally within (this) languagePreferenceType complexType
This attribute indicates how well this language is understood by this identity. Valid values include: <ul> <li>native</li> <li>fluent</li> <li>intermediate</li> <li>beginner</li> </ul>
Anonymous simpleType
Derivation:
restriction of hs:string
XML Source (see within schema source)
<xsd:attribute name="level" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute indicates how well this language is understood by this identity. Valid
values include:
<ul>
<li>native</li>
<li>fluent</li>
<li>intermediate</li>
<li>beginner</li>
</ul>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="hs:string">
<xsd:enumeration value="native"/>
<xsd:enumeration value="fluent"/>
<xsd:enumeration value="intermediate"/>
<xsd:enumeration value="beginner"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>