<prefixDef>
<prefixDef> (prefixing scheme used in data.pointer values) defines a prefixing scheme used in data.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3 Using Abbreviated Pointers] | |||||||||
Módulo | header — 2 The TEI Header | ||||||||
Atributos | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.patternReplacement (@matchPattern, @replacementPattern)
| ||||||||
Miembro de | |||||||||
Contenido en | header: listPrefixDef | ||||||||
Puede contener | |||||||||
Declaración |
element prefixDef { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.patternReplacement.attributes, attribute ident { data.name }, model.pLike* } | ||||||||
Ejemplo | <prefixDef ident="ref" matchPattern="([a-z]+)" replacementPattern="../../references/references.xml#$1"> <p> In the context of this project, private URIs with the prefix "ref" point to <gi>div</gi> elements in the project's global references.xml file. </p> </prefixDef> |