<vColl>
<vColl> (collection of values) represents the value part of a feature-value specification which contains multiple values organized as a set, bag, or list. [18.7 Collections as Complex Feature Values] | |||||||||
Module | iso-fs — Feature Structures | ||||||||
Attributes | 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))
| ||||||||
Member of | |||||||||
Contained by | |||||||||
May contain | |||||||||
Example | |||||||||
Example | <fs> <f name="lex"> <symbol value="auxquels"/> </f> <f name="maf"> <vColl org="list"> <fs> <f name="cat"> <symbol value="prep"/> </f> </fs> <fs> <f name="cat"> <symbol value="pronoun"/> </f> <f name="kind"> <symbol value="rel"/> </f> <f name="num"> <symbol value="pl"/> </f> <f name="gender"> <symbol value="masc"/> </f> </fs> </vColl> </f> </fs> | ||||||||
Content model | <content> | ||||||||
Schema Declaration | <rng:element name="vColl"> element vColl { 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, attribute org { "set" | "bag" | "list" }?, ( fs | model.featureVal.single )* } |