<elementRef>
<elementRef> points to the specification for some element which is to be included in a schema | |||||||
Module | tagdocs — 22 Documentation Elements | ||||||
In addition to global attributes | att.readFrom (@source)
|
||||||
Used by | |||||||
May contain | Empty element | ||||||
Declaration |
element elementRef { att.global.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:5.1.2"/>
Include in the schema an element named p available from the TEI P5 1.2 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.
|