<?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$
$Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>

<classSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" type="atts" ident="att.source" predeclare="true">
  <desc versionDate="2013-01-11" xml:lang="en">provides attributes for pointing to the source of a bibliographic reference.</desc>
  <attList>
    <attDef ident="source" usage="opt">
<!--      <gloss versionDate="2013-01-11" xml:lang="en">pointer to a bibliographical source reference</gloss> -->
<!-- removed this. we use gloss only for cases where the element name is not self explanatory or is not a complete word (LB 2013-12-09) -->
      <desc versionDate="2013-01-11" xml:lang="en">provides a pointer to the bibliographical source from which a quotation or citation is drawn.</desc>
      <datatype maxOccurs="unbounded">
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.pointer"/>
      </datatype>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" source="#SOURCE-eg-01">
      <p><!-- ... -->
        As Willard McCarty (<bibl xml:id="mcc_2012">2012, p.2</bibl>) 
      tells us, <quote source="#mcc_2012">‘Collaboration’  is  a   
        problematic  and  should  be  a  contested  term.</quote>
            <!-- ... -->
         </p>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <p>
        <!-- ... -->
        <quote source="#chicago_15_ed">Grammatical theories 
        are in flux, and the more we learn, the less we 
        seem to know.</quote>
        <!-- ... -->
      </p>
      <!-- ... -->
      <bibl xml:id="chicago_15_ed"><title level="m">The Chicago Manual of Style</title>, 
        <edition>15th edition</edition>. 
        <pubPlace>Chicago</pubPlace>: 
        <publisher>University of Chicago Press</publisher> 
        (<date>2003</date>), 
        <biblScope unit="page">p.147</biblScope>.
      </bibl>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#COHQQ"/>
    <ptr target="#TSBAWR"/>
  </listRef>
</classSpec>
