<?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-11-20 21:53:46 +0000 (Tue, 20 Nov 2012) $
$Id: data.text.xml 11148 2012-11-20 21:53:46Z rahtz $
-->
<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.text">
  <desc>defines the range of attribute values used to express some
  kind of identifying string as a single sequence
  of unicode characters possibly including whitespace.</desc>
  <content>
<rng:data type="string"/> <!-- for the moment ; we may wish to replace
it with a regexp later ; cf data.word -->
  </content>
  <remarks>
    <p>Attributes using this datatype must contain a single
    <soCalled>token</soCalled> in which whitespace and other
    punctuation characters are permitted. </p>
  </remarks>
</macroSpec>
