simpleType "LanguageGroupCodeType"
Namespace:
Defined:
globally in group.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"L0"
 - 
No formal relationship - not a factor of grouping
"L1"
 - 
Single language
"L2"
 - 
All original languages with full language equivalence
"L3"
 - 
Original language(s) plus translation(s) with full language equivalence
"L4"
 - 
Translations from external original; full language equivalence
"L5"
 - 
Translations from a non-included original and have full language equivalence
"L6"
 - 
Original languages(s) plus translation(s) with partial relationship
"L7"
 - 
Translations from external original; partial relationships

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
Indicates the panel relationships among all Study Units within the group and its sub-groups. This is an assertion of the relationship, and it is incumbent on the creating user or application to make sure that the assertion is true.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  LanguageGroupCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"L0"
 - 
No formal relationship - not a factor of grouping
"L1"
 - 
Single language
"L2"
 - 
All original languages with full language equivalence
"L3"
 - 
Original language(s) plus translation(s) with full language equivalence
"L4"
 - 
Translations from external original; full language equivalence
"L5"
 - 
Translations from a non-included original and have full language equivalence
"L6"
 - 
Original languages(s) plus translation(s) with partial relationship
"L7"
 - 
Translations from external original; partial relationships
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="LanguageGroupCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="L0"/>
<xs:enumeration value="L1"/>
<xs:enumeration value="L2"/>
<xs:enumeration value="L3"/>
<xs:enumeration value="L4"/>
<xs:enumeration value="L5"/>
<xs:enumeration value="L6"/>
<xs:enumeration value="L7"/>
</xs:restriction>
</xs:simpleType>

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