<elementRef>
<elementRef> points to the specification for some element which is to be included in a schema | |||||||
Modulo | tagdocs — 22 Documentation Elements | ||||||
Oltre agli attributi globali | att.readFrom (@source)
|
||||||
Usato da | |||||||
Può contenere | Elemento vuoto | ||||||
Dichiarazione |
element elementRef { att.global.attributes, att.readFrom.attributes, attribute key { xsd:NCName }, empty } |
||||||
Esempio |
<elementRef key="p"/>
Include in the schema an element named p available from the current default source. |
||||||
Esempio |
<elementRef key="p" source="tei:5.1.2"/>
Include in the schema an element named p available from the TEI P5 1.2 release. |