<?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 -->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="licence">
  <equiv/>
  <desc>contains information about a licence or other legal agreement
  applicable to the text.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.pointing"/>
    <memberOf key="att.datable"/>
    <memberOf key="model.availabilityPart"/>
  </classes>
  <content>
    <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="macro.specialPara"/>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <licence target="http://www.nzetc.org/tm/scholarly/tei-NZETC-Help.html#licensing">
        Licence: Creative Commons Attribution-Share Alike 3.0 New Zealand Licence
      </licence>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <availability>
	<licence target="http://creativecommons.org/licenses/by/3.0/" 
		 notBefore="2013-01-01">
	  <p>The Creative Commons Attribution 3.0 Unported (CC BY 3.0) Licence 
	  applies to this document.</p> 
	  <p>The licence was added on January 1, 2013.</p>
        </licence>
      </availability>
    </egXML>
  </exemplum>

  <remarks>
    <p>A <gi>licence</gi> element should be supplied for each licence
    agreement applicable to the text in question. The
    <att>target</att> attribute may be used to reference a full
    version of the licence. The <att>when</att>, <att>notBefore</att>,
    <att>notAfter</att>, <att>from</att> or <att>to</att> attributes
    may be used in combination to indicate the date or dates of
    applicability of the licence.</p>
  </remarks>
  <listRef>
    <ptr target="#HD24"/>
  </listRef>
</elementSpec>
