Text Encoding Initiative |
|
The XML Version of the TEI Guidelines<leaf> |
<leaf> | encodes the leaves (terminal nodes) of a tree. | |
Attributes | (In addition to global attributes) | |
Example |
<leaf id="peri1" label="periscope" parent="n1"/> |
|
Note |
The in degree of a leaf is always 1, its out degree always 0. |
|
Module | Declared in file teinet2; Additional tag set for Graph Theory: enabled by TEI.nets | |
Data Description | empty | |
May occur within | tree | |
Declaration | <!ELEMENT leaf %om.RO; EMPTY> <!ATTLIST leaf %a.global; label CDATA #IMPLIED value IDREF #IMPLIED parent IDREF #IMPLIED follow IDREF #IMPLIED> |
|
See further | 21.2 Trees |
Up: 35 Elements