<moduleRef>
| <moduleRef> (riferimento al modulo) indica un modulo da includere all'interno di uno schema | |||||||||||||||||||||||||
| Modulo | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||
| Oltre agli attributi globali | att.readFrom (@source) 
 | ||||||||||||||||||||||||
| Usato da | |||||||||||||||||||||||||
| Può contenere | tagdocs: content  | ||||||||||||||||||||||||
| Dichiarazione | 
 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> | ||||||||||||||||||||||||
| Esempio | <moduleRef key="linking"/>
                        
                      This includes all objects available from the linking module. | ||||||||||||||||||||||||
| Esempio | <moduleRef key="linking" exclude="linkGrp link"/>
                        
                      This includes all objects available from the linking module except for the link and linkGrp elements. | ||||||||||||||||||||||||
| Esempio | <moduleRef key="linking" exclude="linkGrp link"/>
                        
                      This includes all objects available from the linking module except for the link and linkGrp elements. | ||||||||||||||||||||||||
| Esempio | <moduleRef key="linking" include="linkGrp link"/>
                        
                      This includes only the link and linkGrp elements from the linking module. | ||||||||||||||||||||||||
