<group>
<group> 어떤 목적의 단위로 간주되는 일련의 서로 다른 텍스트(또는 그러한 텍스트군)를 모아 놓은 혼합 텍스트의 본문을 포함한다. 예를 들어, 한 작가의 선집, 일련의 수필 등. 4 Default Text Structure 4.3.1 Grouped Texts 15.1 Varieties of Composite Text | |
모듈 | textstructure — 4 Default Text Structure |
전체 속성에 부가 | att.declaring (@decls) |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
element group { att.global.attributes, att.declaring.attributes, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |
예 |
<egXML><text>
<!-- Section on Alexander Pope starts --> <front> <!-- biographical notice by editor --> </front> <group> <text> <!-- first poem --> </text> <text> <!-- second poem --> </text> </group> </text> <!-- end of Pope section--> </egXML> |