version

supplies a version number for the application, independent of its
identifier or display name.

Attribute Information

Used By

Element tei:application

Source

<xs:attribute name="version" use="required">
  <xs:annotation>
    <xs:documentation>supplies a version number for the application, independent of its identifier or display name.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:pattern value="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample