<?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="rendition">
  <gloss versionDate="2007-06-12" xml:lang="fr">rendu</gloss>
  <desc versionDate="2007-09-22" xml:lang="en">supplies information about the rendition or appearance of one or more elements in the source
    text.</desc>
  <desc versionDate="2009-01-05" xml:lang="fr"> donne des informations sur le rendu ou sur l'apparence
    d'un ou de plusieurs éléments dans le texte source.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">원본 텍스트에서 요소의 모양에 대한 정보를 제공한다.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">提供關於一個或多個元素預定呈現方式的資訊。</desc>
  <desc versionDate="2008-04-05" xml:lang="ja">元資料テキスト中にある，ひとつ以上の要素の描出や現れ方に関する情報を 示す．</desc>
  <desc versionDate="2006-10-18" xml:lang="de">gibt an, wie ein oder mehrere Elemente wiedergegeben
    werden sollen.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">proporciona información sobre la interpretación ideada
    para uno o más elementos.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">fornisce informazioni circa la resa prevista di uno o più
    elementi.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.styleDef"/>
  </classes>
  <content>
    <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="macro.limitedContent"/>
  </content>
  <attList>
    <attDef ident="scope">
      <desc versionDate="2009-05-29" xml:lang="en">where CSS is used, provides a way of defining
<soCalled>pseudo-elements</soCalled>, that is, styling rules
applicable to specific sub-portions of an element.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
      <valList type="open">
        <valItem ident="first-line">
          <desc versionDate="2009-05-29" xml:lang="en">styling applies to the first line of
the target element</desc>
        </valItem>
        <valItem ident="first-letter">
          <desc versionDate="2009-05-29" xml:lang="en">styling applies to the first letter of
the target element</desc>
        </valItem>
        <valItem ident="before">
          <desc versionDate="2009-05-29" xml:lang="en">styling should be applied immediately before
the content of the target element</desc>
        </valItem>
        <valItem ident="after">
          <desc versionDate="2009-05-29" xml:lang="en">styling  should be applied immediately after
the content of
the target element</desc>
        </valItem>
      </valList>
    </attDef>
    <attDef ident="selector">
      <desc versionDate="2015-06-14" xml:lang="en">
        contains a selector or series of selectors specifying the elements to which the contained style 
        description applies, expressed in the language specified in the <att>scheme</att> attribute.
      </desc>
      <datatype maxOccurs="1">
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.text"/>
      </datatype>
      <exemplum xml:lang="en">
        <egXML xmlns="http://www.tei-c.org/ns/Examples">
          <rendition 
            scheme="css" 
            selector="text, front, back, body, div, p, ab">  
            display: block;
          </rendition>
        </egXML>
      </exemplum>
      <exemplum xml:lang="en">
        <egXML xmlns="http://www.tei-c.org/ns/Examples">  
          <rendition 
            scheme="css" 
            selector="*[rend*=italic]">
            font-style: italic;
          </rendition>
        </egXML>
      </exemplum>
      <remarks versionDate="2015-06-14" xml:lang="en">
        <p>Since the default value of the <att>scheme</att> attribute is assumed to be CSS, the default 
        expectation for this attribute, in the absence of <att>scheme</att>, is that CSS selector
        syntax will be used.</p>
      </remarks>
      <remarks versionDate="2015-06-14" xml:lang="en">
        <p>While <att>rendition</att> is used to point from an element in the transcribed source to a 
        <gi>rendition</gi> element in the header which describes how it appears, the <att>selector</att>
        attribute allows the encoder to point in the other direction: from a <gi>rendition</gi> in the
        header to a collection of elements which all share the same renditional features. In both cases,
        the intention is to record the appearance of the source text, not to prescribe any particular 
        output rendering.</p>
      </remarks>
    </attDef>
  </attList>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <tagsDecl>
        <rendition xml:id="r-center" scheme="css">text-align: center;</rendition>
        <rendition xml:id="r-small" scheme="css">font-size: small;</rendition>
        <rendition xml:id="r-large" scheme="css">font-size: large;</rendition>
        <rendition xml:id="initcaps" scope="first-letter" scheme="css">font-size: xx-large</rendition>
      </tagsDecl>
    </egXML>
  </exemplum>
  <remarks versionDate="2006-02-07" xml:lang="en">
    <p>The present release of these Guidelines does not specify the content of this element in any
      further detail. It may be used to hold a description of the default rendition to be associated
      with the specified element, expressed in running prose, or in some more formal language such
      as CSS.</p>
    <!--    <p>If applicable, the MIME media type of the element's content
    should be specified on the <att>mimeType</att> attribute.</p>-->
  </remarks>
  <remarks xml:lang="fr" versionDate="2007-06-12">
    <p>La présente édition de ces Principes directeurs ne donne pas de spécifications détaillées sur
      le contenu de cet élément. On peut l'utiliser pour donner une description du rendu devant être
      associé par défaut à l'élément indiqué, rédigé en texte libre ou dans un langage plus formel
      tel que CSS. </p>
  </remarks>
  <remarks xml:lang="es" versionDate="2008-04-06">
    <p>la actual versión de estas guías de consulta no especifica el contenido de este elemento con
      más detalle. Puede ser utilizado para llevar a cabo una descripción de la interpretación del
      valor por defecto que se asociará al elemento especificado, expresado en prosa, o en un
      lenguaje formal tal como CSS.</p>
  </remarks>
  <remarks xml:lang="ja" versionDate="2008-04-05">
    <p> 現行ガイドラインでは，当該要素に関してこれ以上の詳細は規定しない． 既定値としての描出情報は，散文またはCSSのような形式言語により示さ れるかもしれない． </p>
    <!--    <p>If applicable, the MIME media type of the element's content
    should be specified on the <att>mimeType</att> attribute.</p>-->
  </remarks>
  <listRef>
    <ptr target="#HD57"/>
  </listRef>
</elementSpec>
