<forest>
<forest> (forest) definisce gruppi di alberi radicati [19.3 Another Tree Notation] | |
Modulo | nets — Graphs, Networks, and Trees |
Attributi | 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) |
Membro del | |
Contenuto in | 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 nets: listForest tagdocs: specGrp transcr: metamark |
Può contenere | |
Nota | One or more trees, embedding trees, or underspecified embedding trees (triangles). |
Esempio | <forest n="ex5" type="derivation-syntactic"> <eTree n="Stage 1" xml:id="s1SBAR"> <label>S'</label> <eTree xml:id="s1S"> <label>S</label> <eTree xml:id="s1NP1"> <label>NP</label> <eLeaf> <label>you</label> </eLeaf> </eTree> <eTree xml:id="s1VP"> <label>VP</label> <eTree xml:id="s1V"> <label>V</label> <eLeaf> <label>do</label> </eLeaf> </eTree> </eTree> </eTree> </eTree> <eTree n="Stage 2" xml:id="s2SBAR" corresp="#s1SBAR"> <label>S'</label> <eTree xml:id="s2S" corresp="#s1S"> <label>S</label> <eTree xml:id="s2NP1" copyOf="#s1NP1"> <label>NP</label> </eTree> <eTree xml:id="s2VP" corresp="#s1VP"> <label>VP</label> <eTree xml:id="s2V" copyOf="#s1V"> <label>V</label> </eTree> <eTree xml:id="s2NP2" corresp="#s1NP2"> <label>NP</label> <eLeaf corresp="#s1WH"> <label>t</label> </eLeaf> </eTree> </eTree> </eTree> </eTree> </forest> |
Content model | <content> |
Dichiarazione | <rng:element name="forest"> element forest { 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, ( tree | eTree | triangle )+ } |