<eTree>
<eTree> (내포 수형도) 순서가 있고 뿌리가 있는 수형 구조를 표시하기 위해 수형도 요소에 대체안을 제시한다. 19.3 Another Tree Notation | |||||||||
모듈 | nets — 19 Graphs, Networks, and Trees | ||||||||
전체 속성에 부가 | att.typed (@type, @subtype)
|
||||||||
에 의해 사용된 | |||||||||
포함할 수 있다 | |||||||||
선언 |
element eTree { att.global.attributes, att.typed.attributes, attribute value { data.pointer }?, ( label?, ( eTree | triangle | eLeaf | model.ptrLike )* ) } |
||||||||
예 |
<eTree n="ex1">
<label>PP</label> <eTree> <label>P</label> <eLeaf> <label>with</label> </eLeaf> </eTree> <eTree> <label>NP</label> <eTree> <label>Art</label> <eLeaf> <label>the</label> </eLeaf> </eTree> <eTree> <label>N</label> <eLeaf> <label>periscope</label> </eLeaf> </eTree> </eTree> </eTree> |