<?xml version="1.0" encoding="utf-8"?>
<!--Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING for details
$Date: 2011-12-12 19:26:58 +0000 (Mon, 12 Dec 2011) $

$Id: att.readFrom.xml 9933 2011-12-12 19:26:58Z rahtz $
-->
<classSpec xmlns="http://www.tei-c.org/ns/1.0"
	   xmlns:rng="http://relaxng.org/ns/structure/1.0"
           module="tei" type="atts" ident="att.readFrom">
  <desc>groups specification elements which derive components from
  some external source.</desc>
  <attList>
<attDef ident="source" usage="opt">
<desc>specifies the source from which declarations and definitions for
the components of the object being defined may be obtained. </desc>
<datatype>
<rng:data type="anyURI"/>
</datatype>
<remarks><p>The context indicated must provide a set of TEI-conformant
specifications in a form directly usable by an ODD processor. By
default, this will be the location of the current release of the TEI
Guidelines.</p>
<p>The source may be specified in the form of a private URI, for which
the form recommended is <code>tei:x.y.z</code>, where
<code>x.y.z</code> indicates the version number,
e.g. <code>tei:1.5.1</code> for 1.5.1 release of TEI P5
or (as a special case) <code>tei:current</code> for whatever is the
latest release.</p></remarks>
</attDef>
  </attList>
</classSpec>
