<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING.txt for details
$Date:$
$Id: $
-->
<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 pattern specified matches values defined by the Unicode
    consortium for its version number (reference). The 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>
