<?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: 2012-12-29 18:44:26 +0000 (Sat, 29 Dec 2012) $
$Id: styleDefDecl.xml 11283 2012-12-29 18:44:26Z louburnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="styleDefDecl">
  <equiv/>
  <gloss>style definition language declaration</gloss>
  <desc>specifies the name of the formal language in which style or
  renditional information is supplied elsewhere in the document.</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"/>
      <!-- ... -->
      <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>
