<schemaSpec>
<schemaSpec> (specifica dello schema) genera uno schema TEI-conforme e la relativa documentazione | |||||||||||||||||||||||||||||||
Modulo | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||||||||
Oltre agli attributi globali | att.identified (@ident, @predeclare, @module, @mode)
|
||||||||||||||||||||||||||||||
Usato da | |||||||||||||||||||||||||||||||
Può contenere |
|
||||||||||||||||||||||||||||||
Dichiarazione |
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* ) } |
||||||||||||||||||||||||||||||
Esempio |
<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> |