<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] | |
Módulo | header — The TEI Header |
Atributos |
|
Miembro de | |
Contenido en |
header: encodingDesc
|
Puede contener | |
Ejemplo |
<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> |
Declaración |
<rng:element name="styleDefDecl"> 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* } |