<category>
<category> 사용자가 정의한 분류법 안의 개별 기술 범주를 포함한다. 상위 범주 내에 포함될 수 있다. 2.3.6 The Classification Declaration | |
모듈 | header — 2 The TEI Header |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
element category { att.global.attributes, ( ( catDesc | model.glossLike* ), category* ) } |
예 | |
예 |
<category xml:id="b2">
<catDesc>Prose </catDesc> <category xml:id="b11"> <catDesc>reportage</catDesc> </category> <category xml:id="b12"> <catDesc>fiction</catDesc> </category> </category> |