<schemaSpec>
<schemaSpec> (spécification de schéma) génère un schéma conforme à la TEI et la documentation qui l'accompagne | |||||||||||||||||||||||||||||||
Module | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||||||||
Attributs | att.identified (@ident, @predeclare, @module, @mode)
| ||||||||||||||||||||||||||||||
Utilisé par | model.divPart | ||||||||||||||||||||||||||||||
Peut contenir | |||||||||||||||||||||||||||||||
Declaration |
element schemaSpec { att.global.attributes, att.identified.attributes, attribute start { list { data.name+ } }?, attribute ns { data.namespace }?, attribute prefix { data.name }?, attribute targetLang { data.language }?, attribute docLang { list { data.language+ } }?, ( model.glossLike*, ( moduleRef | specGrpRef | model.oddDecl )* ) } | ||||||||||||||||||||||||||||||
Exemple | <schemaSpec prefix="TEI_" ident="testsvg" start="TEI svg"> <moduleRef key="header"/> <moduleRef key="core"/> <moduleRef key="tei"/> <moduleRef key="textstructure"/> <moduleRef url="svg11.rng"/> </schemaSpec> |