LanguageGroupCodeType (simpleType)

DDI

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.

Source

  <xs:simpleType name="LanguageGroupCodeType">  <xs:restriction base="xs:NMTOKEN">  <xs:enumeration value="L0">  </xs:enumeration>  <xs:enumeration value="L1">  </xs:enumeration>  <xs:enumeration value="L2">  </xs:enumeration>  <xs:enumeration value="L3">  </xs:enumeration>  <xs:enumeration value="L4">  </xs:enumeration>  <xs:enumeration value="L5">  </xs:enumeration>  <xs:enumeration value="L6">  </xs:enumeration>  <xs:enumeration value="L7">  </xs:enumeration>  </xs:restriction>  </xs:simpleType>