<vMerge>
<vMerge> 属性orgで示された構造を使い,子要素が持つ値とマージした結 果得られた素性値を示す. 18.8.3 Collection of Values | |||||||
モジュール | iso-fs — 18 Feature Structures | ||||||
グローバル属性の他 |
|
||||||
当該モジュールを使用するもの | |||||||
下位 | |||||||
宣言 |
element vMerge { att.global.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. |