<tagsDecl>
| <tagsDecl> (태깅 선언) 문서에 적용된 태깅에 관한 정보를 상세하게 제공한다. 2.3.4 The Tagging Declaration 2.3 The Encoding Description | |
| 모듈 | header — 2 The TEI Header |
| 에 의해 사용된 | |
| 포함할 수 있다 | |
| 선언 |
element tagsDecl { att.global.attributes, ( rendition*, namespace* ) } |
| 예 |
<tagsDecl>
<rendition xml:id="rend-it">to be rendered in italic font</rendition> <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="hi" occurs="467" render="#rend-it"/> <tagUsage gi="title" occurs="45" render="#rend-it"/> </namespace> <namespace name="http://docbook.org/ns/docbook"> <tagUsage gi="para" occurs="10"/> </namespace> </tagsDecl> |
