<vColl>
<vColl> (collection of values) 素性値規定において,複数の値を,集合,バック,リストなどで表す,値の 部分を示す. [18.7 Collections as Complex Feature Values] | |||||||||
モジュール | iso-fs — Feature Structures | ||||||||
属性 | 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))
| ||||||||
クラブのメンバー | |||||||||
上位 | |||||||||
下位 | |||||||||
例 | |||||||||
例 | <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> | ||||||||
宣言 | <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 )* } |