<vAlt>
| <vAlt> (value alternation) represents the value part of a feature-value specification which contains a set of values, only one of which can be valid. 18.8.1 Alternation | |
| Module | iso-fs — 18 Feature Structures | 
| Attributes | 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)) (att.global.change (@change)) | 
| Used by | |
| Contained by | |
| May contain | |
| Declaration | 
 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+ ) } | 
| Example | <f name="gender"> <vAlt> <symbol value="masculine"/> <symbol value="neuter"/> <symbol value="feminine"/> </vAlt> </f> | 
