<eTree>
<eTree> (내포 수형도) 순서가 있고 뿌리가 있는 수형 구조를 표시하기 위해 수형도 요소에 대체안을 제시한다. [19.3 Another Tree Notation] | |||||||
모듈 | nets — Graphs, Networks, and Trees | ||||||
속성 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
|
||||||
클럽 회원 | |||||||
에 의해 포함된 |
header: change handNote licence scriptNote
linking: standOff
msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote
namesdates: occupation
tagdocs: specGrp
transcr: metamark
|
||||||
포함할 수 있다 | |||||||
주석 |
an optional label followed by zero or more embedding trees, triangles, or embedding leafs. |
||||||
예 |
<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> |
||||||
Content model |
<content> |
||||||
선언 |
<rng:element name="eTree"> element eTree { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, attribute value { teidata.pointer }?, ( label?, ( eTree | triangle | eLeaf | model.ptrLike )* ) } |