<elementRef>
<elementRef> points to the specification for some element which is to be included in a schema | |||||||
Module | tagdocs — 22 Documentation Elements | ||||||
Attributes | 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.readFrom (@source)
| ||||||
Used by | |||||||
Contained by | tagdocs: schemaSpec specGrp | ||||||
May contain | Empty element | ||||||
Declaration |
element elementRef { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.readFrom.attributes, attribute key { xsd:NCName }, empty } | ||||||
Example | <elementRef key="p"/> Include in the schema an element named p available from the current default source. | ||||||
Example | <elementRef key="p" source="tei:1.2.1"/> Include in the schema an element named p available from the TEI P5 1.2.1 release. | ||||||
Note | Elements are identified by the name supplied as value for the
ident attribute on the elementSpec element in
which they are declared. TEI element names are unique.
|