<?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-04-18 20:14:25 +0100 (Wed, 18 Apr 2012) $
$Id: data.word.xml 10249 2012-04-18 19:14:25Z 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>
