<moduleRef>

<moduleRef> (module reference) 參照一個被併入某一模型的模組。
組件tagdocs — 22 Documentation Elements
屬性
keythe 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?
}

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