version

specifies the major version number of the TEI Guidelines against which
this document is valid.

Attribute Information

Used By

Element tei:TEI

Source

<xs:attribute name="version">
  <xs:annotation>
    <xs:documentation>specifies the major version number of the TEI Guidelines against which this document is valid.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:pattern value="[\d]+(\.[\d]+){0,2}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample