P5 Version 4.10.2. Last updated on 4th September 2025, revision bcfa98f42
concat('Page ', @n)
for a page beginning or @n
for a footnote reference; typically used with the note or break behavioursAn implementation may require parameters other than those listed here, and is not required to follow this partial specification.
The names and datatypes of the expected parameters should be documented in the corresponding customization using a paramSpec element. Literal strings provided in an XPath expression should be quoted.
In this example, which will be processed for a choice element which has both sic and corr child elements, the default parameter will provide the value of the child corr element, and the alternate parameter will provide that of the child sic elements. If neither param element was supplied, both elements would still be available to an application, but the application would need to distinguish them for itself.
<content>
<empty/>
</content>
<rng:element name="param">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.global.analytic.attributes"/>
<rng:ref name="att.global.change.attributes"/>
<rng:ref name="att.global.facs.attributes"/>
<rng:ref name="att.global.linking.attributes"/>
<rng:ref name="att.global.rendition.attributes"/>
<rng:ref name="att.global.responsibility.attributes"/>
<rng:ref name="att.global.source.attributes"/>
<rng:attribute name="name">
<rng:choice>
<rng:value>alternate</rng:value>
<rng:value>default</rng:value>
<rng:value>height</rng:value>
<rng:value>id</rng:value>
<rng:value>label</rng:value>
<rng:value>level</rng:value>
<rng:value>link</rng:value>
<rng:value>place</rng:value>
<rng:value>type</rng:value>
<rng:value>url</rng:value>
<rng:value>width</rng:value>
<rng:ref name="teidata.enumerated"/>
</rng:choice>
</rng:attribute>
<rng:attribute name="value">
<rng:ref name="teidata.xpath"/>
</rng:attribute>
<rng:empty/>
</rng:element>
element param { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, attribute name { "alternate" | "default" | "height" | "id" | "label" | "level" | "link" | "place" | "type" | "url" | "width" | teidata.enumerated }, attribute value { teidata.xpath }, empty }
[English] [Deutsch] [Español] [Italiano] [Français] [日本語] [한국어] [中文]