<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. «#FVALT» | |
Module | iso-fs |
Attributes | |
Used by | |
May contain | Empty element |
Declaration | element vAlt { ( model.featureVal ), model.featureVal+ } |
Example | <f name="gender"> <vAlt> <symbol value="masculine"/> <symbol value="neuter"/> <symbol value="feminine"/> </vAlt> </f> |