<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. [19.7 Collections as Complex Feature Values] | |||||||||
Modulo | iso-fs — Feature Structures | ||||||||
Attributi |
|
||||||||
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 | vColl )* } |