<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 )* ) } | ||||||||||||||||||||||||||||||||
例 | <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> | ||||||||||||||||||||||||||||||||
解説 |
スキーマは,モジュールまたは規定集への参照と,他の原子的宣言とを関
連づける.スキーマ要素は,関連する宣言間の齟齬を調整しなければなら
ない.ODDソフトウェアは,その種類によって,異なるスキーマや文書を
生成するかもしれない.
|