<moduleRef>

<moduleRef> (riferimento al modulo) indica un modulo da includere all'interno di uno schema
Modulo tagdocs — 22 Documentation Elements
Oltre agli attributi globali
key nome di un modulo TEI
Stato Opzionale
Tipo di dati

<rng:data type="NCName"/>
xsd:NCName
url (URL) indica la collocazione esterna di un modulo non TEI che utilizza il codice RELAX NG
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Usato da
Può contenere
tagdocs: content
Dichiarazione

<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>
Esempio
<moduleRef key="linking"/>

This embeds the linking module.