<text>
<text> 어떤 종류의 단일 텍스트를 포함한다. 예를 들어, 시 또는 드라마, 수필선, 소설, 사전 또는 코퍼스 표본과 같은 단일 텍스트 또는 혼합 텍스트. 4 Default Text Structure 15.1 Varieties of Composite Text | |
모듈 | textstructure — 4 Default Text Structure |
전체 속성에 부가 | att.declaring (@decls) att.typed (@type, @subtype) |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
element text { att.global.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
예 |
<text>
<front> <docTitle> <titlePart>Autumn Haze</titlePart> </docTitle> </front> <body> <l>Is it a dragonfly or a maple leaf</l> <l>That settles softly down upon the water?</l> </body> </text> |
예 |
The body of a text may be replaced by a group of nested texts, as in the following schematic: |