xml:lang1

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:lang xs:language optional
Identifies the language of the element's content. The values for this
attribute are language 'tags' as defined in BCP 47. All language tags that make use of
private use sub-tags must be documented in a corresponding language element in the MEI
header whose id attribute is the same as the language tag's value.

Source

<xs:attributeGroup name="lang1">
  <xs:attribute name="lang" use="optional" form="qualified" type="xs:language">
    <xs:annotation>
      <xs:documentation>Identifies the language of the element's content. The values for this attribute are language 'tags' as defined in BCP 47. All language tags that make use of private use sub-tags must be documented in a corresponding language element in the MEI header whose id attribute is the same as the language tag's value.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>