<?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$
$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"?>

<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="styleDefDecl">
  <gloss versionDate="2012-10-06" xml:lang="en">style definition language declaration</gloss>
  <desc versionDate="2013-04-12" xml:lang="en">specifies the name of the formal language in which style or
  renditional information is supplied elsewhere in the document. The
  specific version of the scheme may also be supplied.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="model.encodingDescPart"/>
    <memberOf key="att.declarable"/>
    <memberOf key="att.styleDef"/>
  </classes>
  <content>
    <zeroOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <ref name="model.pLike"/>
    </zeroOrMore>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <styleDefDecl scheme="css" schemeVersion="2.1"/>
      <!-- ... -->
      <tagsDecl>
        <rendition xml:id="boldface">font-weight: bold;</rendition>
        <rendition xml:id="italicstyle">font-style: italic;</rendition>
      </tagsDecl>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#HD57-1a"/>
  </listRef>
</elementSpec>
