<styleDefDecl>

<styleDefDecl> (style definition language declaration) 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. [2.3.5 The Default Style Definition Language Declaration]
모듈 header — The TEI Header
속성
클럽 회원
에 의해 포함된
header: encodingDesc
포함할 수 있다
core: p
linking: ab
<styleDefDecl scheme="css"
 schemeVersion="2.1"/>

<!-- ... -->
<tagsDecl>
 <rendition xml:id="boldface">font-weight: bold;</rendition>
 <rendition xml:id="italicstyle">font-style: italic;</rendition>
</tagsDecl>
Content model
<content>
 <classRef key="model.pLikeminOccurs="0"
  maxOccurs="unbounded"/>

</content>
선언
<rng:element name="styleDefDecl">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:ref name="att.styleDef.attributes"/>
 <rng:zeroOrMore>
  <rng:ref name="model.pLike"/>
 </rng:zeroOrMore>
</rng:element>
element styleDefDecl
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declarable.attributes,
   att.styleDef.attributes,
   model.pLike*
}