tag

supplies a valid language tag for the language
concerned.

Attribute Information

Used By

Element tei:langKnown

Source

<xs:attribute name="tag" use="required">
  <xs:annotation>
    <xs:documentation>supplies a valid language tag for the language concerned.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:language">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value=""/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>

Sample