<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] | |
Module | header — The TEI Header |
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) att.styleDef (@scheme, @schemeVersion) |
Membre du | |
Contenu dans | header: encodingDesc |
Peut contenir | |
Exemple | <styleDefDecl scheme="css" schemeVersion="2.1"/> <!-- ... --> <tagsDecl> <rendition xml:id="boldface">font-weight: bold;</rendition> <rendition xml:id="italicstyle">font-style: italic;</rendition> </tagsDecl> |
Modèle de contenu | <content> |
Schéma Declaration | <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* } |