<schemaSpec>
<schemaSpec> (schema specification) 建立一個符合TEI標準的模型以及該模型文件。 | |||||||||||||||||||||||||||||||
組件 | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||||||||
除全域屬性以外 | att.identified (@ident, @predeclare, @module, @mode)
|
||||||||||||||||||||||||||||||
屬於 | |||||||||||||||||||||||||||||||
可包含 |
|
||||||||||||||||||||||||||||||
宣告 |
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* ) } |
||||||||||||||||||||||||||||||
例子 |
<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> |