version

The version of the TEI scheme

Attribute Information

Used By

Element tei:teiCorpus

Source

<xs:attribute name="version" default="5.0">
  <xs:annotation>
    <xs:documentation>The version of the TEI scheme</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