<vAlt>
<vAlt> 素性値規定において,妥当なひとつの値を表す,値の部分を示す. [18.8.1 Alternation] | |
モジュール | iso-fs — 18 Feature Structures |
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
当該モジュールを使用するもの | |
上位 | |
下位 | |
宣言 |
element vAlt { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( ( model.featureVal ), model.featureVal+ ) } |
例 | <f name="gender"> <vAlt> <symbol value="masculine"/> <symbol value="neuter"/> <symbol value="feminine"/> </vAlt> </f> |