<moduleRef>
<moduleRef> (referencia de módulo) indica un módulo que se ha de incluir al interno de un esquema. | |||||||||||||||||||||||||
Módulo | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||
Además de los atributos globales | att.readFrom (@source)
|
||||||||||||||||||||||||
Usado por | |||||||||||||||||||||||||
Puede contener |
tagdocs: content
|
||||||||||||||||||||||||
Declaración |
element moduleRef { att.global.attributes, att.readFrom.attributes, ( attribute include { list { xsd:NCName* } }? | attribute except { list { xsd:NCName* } }? ), ( attribute key { xsd:NCName }? | attribute url { data.pointer }? ), content? } |
||||||||||||||||||||||||
Schematron |
<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> |
||||||||||||||||||||||||
Ejemplo |
<moduleRef key="linking"/>
This includes all objects available from the linking module. |
||||||||||||||||||||||||
Ejemplo |
<moduleRef key="linking" exclude="linkGrp link"/>
This includes all objects available from the linking module except for the link and linkGrp elements. |
||||||||||||||||||||||||
Ejemplo |
<moduleRef key="linking" exclude="linkGrp link"/>
This includes all objects available from the linking module except for the link and linkGrp elements. |
||||||||||||||||||||||||
Ejemplo |
<moduleRef key="linking" include="linkGrp link"/>
This includes only the link and linkGrp elements from the linking module. |