<refsDecl>
<refsDecl> (Angabe der Referenzstruktur) beschreibt, wie Standardreferenzen für diesen Text aufgebaut sind. [2.3.6.3 Milestone Method 2.3 The Encoding Description 2.3.6 The Reference System 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) |
Mitglied des | |
Enthalten in |
header: encodingDesc
|
Kann enthalten | |
Beispiel |
<refsDecl>
<cRefPattern matchPattern="([A-Za-z0-9]+) ([0-9]+):([0-9]+)" replacementPattern="#xpath(//body/div[@n='$1']/div[$2]/div3[$3])"/> </refsDecl> Dieses Beispiel ist eine formale Repräsentation für das im folgenden Beispiel informell beschriebene Referenzierungsschema. |
Content model |
<content> |
Schema Deklaration |
<rng:element name="refsDecl"> element refsDecl { 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, ( model.pLike+ | citeStructure+ | cRefPattern+ | refState+ ) } |