<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] | |
Modul | header — The TEI Header |
Attribute | 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) |
Mitglied des | |
Enthalten in | header: encodingDesc |
Kann enthalten | |
Beispiel | <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> |
Schema Deklaration | <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* } |