<vMerge>
<vMerge> (merged collection of values) 属性orgで示された構造を使い、子要素が持つ値とマージした結 果得られた素性値を示す。 [19.8.3 Collection of Values] | |||||||||
モジュール | iso-fs — Feature Structures | ||||||||
属性 |
|
||||||||
クラブのメンバー | |||||||||
上位 | |||||||||
下位 | |||||||||
例 |
<vMerge org="list">
<vColl org="set"> <symbol value="masculine"/> <symbol value="neuter"/> <symbol value="feminine"/> </vColl> <symbol value="indeterminate"/> </vMerge> This example returns a list, concatenating the indeterminate value with the set of values masculine, neuter and feminine. |
||||||||
Content model |
<content> |
||||||||
宣言 |
<rng:element name="vMerge"> element vMerge { 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" }?, model.featureVal+ } |