<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date: 2012-06-17 15:28:56 +0100 (Sun, 17 Jun 2012) $
$Id: data.version.xml 10513 2012-06-17 14:28:56Z louburnard $
-->
<macroSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0"
  module="tei" type="dt" ident="data.version">
  <desc>defines the range of attribute values which may be used to
  specify a TEI version number.</desc>
  <content>
        <rng:data type="token">
          <rng:param name="pattern">[\d]+(\.[\d]+){0,2}</rng:param>
        </rng:data>
  </content>
  <remarks>
    <p>The value of this attribute follows the pattern specified by
    the Unicode consortium for its version number (<ptr
    target="http://unicode.org/version"/>). A version number
    contains digits and fullstop characters only. The first number
    supplied identifies the major version number. A second and third
    number, for minor and sub-minor version numbers, may also be
    supplied.
</p>
  </remarks>
</macroSpec>
