<moduleRef>
<moduleRef> (référence de module) référence un module qui doit être incorporé dans un schéma | |||||||||||||
Module | tagdocs — 22 Documentation Elements | ||||||||||||
Attributs |
| ||||||||||||
Utilisé par | schemaSpec model.oddRef | ||||||||||||
Peut contenir | tagdocs: content | ||||||||||||
Declaration |
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> | ||||||||||||
Exemple | <moduleRef key="linking"/> This embeds the linking module. |