<elementRef>

<elementRef> points to the specification for some element which is to be included in a schema [22.2 Modules and Schemas]
組件tagdocs — Documentation Elements
屬性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.repeatable (@context, @minOccurs, @maxOccurs) att.readFrom (@source)
keythe identifier used for the required element within the source indicated.
狀態 必備的
資料類型

<rng:ref name="data.xmlName"/>
data.xmlName
俱乐部会员
可包含在於
可包含空白元素
宣告

<rng:element name="elementRef">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.repeatable.attributes"/>
 <rng:ref name="att.readFrom.attributes"/>
 <rng:attribute name="key">
  <rng:ref name="data.xmlName"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element elementRef
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.repeatable.attributes,
   att.readFrom.attributes,
   attribute key { data.xmlName },
   empty
}
例子
<elementRef key="p"/>

Include in the schema an element named p available from the current default source.

例子
<elementRef key="psource="tei:1.2.1"/>

Include in the schema an element named p available from the TEI P5 1.2.1 release.