<refsDecl>
<refsDecl> (declaración de referencias) indica cómo se han formado las referencias canónicas para este texto. [2.3.6.3 Milestone Method 2.3 The Encoding Description 2.3.6 The Reference System Declaration] | |
Módulo | header — The TEI Header |
Atributos |
|
Miembro de | |
Contenido en |
header: encodingDesc
|
Puede contener | |
Ejemplo |
<refsDecl>
<cRefPattern matchPattern="([A-Za-z0-9]+) ([0-9]+):([0-9]+)" replacementPattern="#xpath(//body/div[@n='$1']/div[$2]/div3[$3])"/> </refsDecl> This example is a formal representation for the referencing scheme described informally in the following example. |
Ejemplo |
<refsDecl>
<p>References are made up by concatenating the value for the <att>n</att> attribute on the highest level <gi>div</gi> element, followed by a space, followed by the sequential number of the next level <gi>div</gi> followed by a colon followed by the sequential number of the next (and lowest) level <gi>div</gi>.</p> </refsDecl> |
Content model |
<content> |
Declaración |
<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+ ) } |