<schemaSpec>
<schemaSpec> (스키마 명시) 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> |