<moduleRef>

<moduleRef> (module reference) 參照一個被併入某一模型的模組。
組件 tagdocs — 22 Documentation Elements
除全域屬性以外
key the name of a TEI module
狀態 非必備的
資料類型

<rng:data type="NCName"/>
xsd:NCName
url (uniform resource locator) refers to a non-TEI module of RELAX NG code by external location
狀態 非必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
屬於
可包含
tagdocs: content
宣告

<rng:element name="moduleRef">
 <rng:ref name="att.global.attributes"/>
 <rng:choice>
  <rng:optional>
   <rng:attribute name="key">
    <rng:data type="NCName"/>
   </rng:attribute>
  </rng:optional>
  <rng:optional>
   <rng:attribute name="url">
    <rng:ref name="data.pointer"/>
   </rng:attribute>
  </rng:optional>
 </rng:choice>
 <rng:optional>
  <rng:ref name="content"/>
 </rng:optional>
</rng:element>
element moduleRef
{
   att.global.attributes,
   ( attribute key { xsd:NCName }? | attribute url { data.pointer }? ),
   content?
}

<s:rule context="tei:moduleRef">
<s:report test="* and @key">child elements of moduleRef are only allowed when an external module
is being loaded
</s:report>
</s:rule>
例子
<moduleRef key="linking"/>