<tagsDecl>
<tagsDecl> (Beschreibung des Tag-Gebrauchs ) liefert detaillierte Angaben zum Gebrauch von Tags in einem SGML- oder XML-Dokument. [2.3.4 The Tagging Declaration 2.3 The Encoding Description] | |||||||
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))
| ||||||
Mitglied des | |||||||
Enthalten in | header: encodingDesc | ||||||
Kann enthalten | |||||||
Beispiel | <tagsDecl partial="true"> <rendition xml:id="rend-it" scheme="css" selector="emph hi name title">font-style: italic;</rendition> <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="hi" occurs="467"/> <tagUsage gi="title" occurs="45"/> </namespace> <namespace name="http://docbook.org/ns/docbook"> <tagUsage gi="para" occurs="10"/> </namespace> </tagsDecl> If the partial attribute were not specified here, the implication would be that the document in question contains only hi, title, and <para> elements. | ||||||
Content model | <content> | ||||||
Schema Deklaration | <rng:element name="tagsDecl"> element tagsDecl { 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, attribute partial { teidata.truthValue }?, ( rendition*, namespace* ) } |