<schemaSpec>
<schemaSpec> (especificación de esquema) genera un esquema TEI-conforme y la documentación relativa. | |||||||||||||||||||||||||||||||
Módulo | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||||||||
Además de los atributos globales | att.identified (@ident, @predeclare, @module, @mode)
|
||||||||||||||||||||||||||||||
Usado por | |||||||||||||||||||||||||||||||
Puede contener |
|
||||||||||||||||||||||||||||||
Declaración |
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 )*, constraintSpec* ) } |
||||||||||||||||||||||||||||||
Ejemplo |
<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> |