<vColl>
<vColl> (raccolta di valori) rappresenta la parte di valore di una specifica del valore dei tratti che contiene valori multipli organizzati in un insieme, borsa, o lista. [18.7 Collections as Complex Feature Values] | |||||||||
Modulo | iso-fs — Feature Structures | ||||||||
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))
|
||||||||
Membro del | |||||||||
Contenuto in | |||||||||
Può contenere | |||||||||
Esempio |
<f name="name">
<vColl> <string>Jean</string> <string>Luc</string> <string>Godard</string> </vColl> </f> |
||||||||
Esempio |
<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> |
||||||||
Dichiarazione |
<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 )* } |