lang

(formal language) a name identifying the formal language in which the
code is expressed

Attribute Information

Used By

Element tei:code

Source

<xs:attribute name="lang">
  <xs:annotation>
    <xs:documentation>(formal language) a name identifying the formal language in which the code is expressed</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample