<vMerge>
<vMerge> 属性orgで示された構造を使い,子要素が持つ値とマージした結 果得られた素性値を示す. 18.8.3 Collection of Values | |||||||
モジュール | iso-fs — 18 Feature Structures | ||||||
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
| ||||||
当該モジュールを使用するもの | |||||||
上位 | |||||||
下位 | |||||||
宣言 |
element vMerge { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute org { "set" | "bag" | "list" }?, model.featureVal+ } | ||||||
例 |
<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. |