<schemaSpec>
<schemaSpec> (schema specification) generates a TEI-conformant schema and documentation for it. | |||||||||||||||||||||||||||||||
Modul | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||||||||
Attribute | att.identified (@ident, @predeclare, @module, @mode)
| ||||||||||||||||||||||||||||||
Verwendet von | |||||||||||||||||||||||||||||||
Kann enthalten | |||||||||||||||||||||||||||||||
Deklaration |
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 )* ) } | ||||||||||||||||||||||||||||||
Beispiel | <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> |