<?xml version="1.0" encoding="utf-8"?>
<!--Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING for details
$Date: 2009-06-06 18:19:51 +0100 (Sat, 06 Jun 2009) $

$Id: att.sourced.xml 6523 2009-06-06 17:19:51Z 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:5.1</code> for the most recent version of P5 release 1,
or <code>tei:5.2.11</code> for release 2.1.1 of P5.</p></remarks>
</attDef>
  </attList>
</classSpec>
