<listForest>
<listForest> provides for lists of forests. [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 tagdocs: specGrp transcr: metamark | ||||||||
Può contenere | |||||||||
Nota | One or more forests representing the same object. | ||||||||
Esempio | <listForest> <forest type="derivation-syntactic"> <tree ord="true"> <root children="#fgex1 #fgex2"/> <!-- ... --> </tree> <!-- ... --> </forest> <forest type="derivation-prosodic"> <tree ord="true"> <root children="#fgex3 #fgex4"/> <!-- ... --> </tree> <!-- ... --> </forest> </listForest> | ||||||||
Content model | <content> | ||||||||
Dichiarazione | <rng:element name="listForest"> element listForest { 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.attribute.subtype, attribute type { teidata.enumerated }?, ( desc*, forest+ ) } |