<tagsDecl>
<tagsDecl> (태깅 선언) 문서에 적용된 태깅에 관한 정보를 상세하게 제공한다. [2.3.4 The Tagging Declaration 2.3 The Encoding Description] | |||||||
모듈 | header — The TEI Header | ||||||
속성 |
|
||||||
클럽 회원 | |||||||
에 의해 포함된 |
header: encodingDesc
|
||||||
포함할 수 있다 | |||||||
예 |
<tagsDecl partial="true">
<rendition xml:id="rend-it" scheme="css" selector="emph, hi, name, title">font-style: italic;</rendition> <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="hi" occurs="467"/> <tagUsage gi="title" occurs="45"/> </namespace> <namespace name="http://docbook.org/ns/docbook"> <tagUsage gi="para" occurs="10"/> </namespace> </tagsDecl> If the partial attribute were not specified here, the implication would be that the document in question contains only hi, title, and <para> elements. |
||||||
Content model |
<content> |
||||||
선언 |
<rng:element name="tagsDecl"> element tagsDecl { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, attribute partial { teidata.truthValue }?, ( rendition*, namespace* ) } |