<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. [19.8.1 Alternation] | |
Module | iso-fs — Feature Structures |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Example |
<f name="gender">
<vAlt> <symbol value="masculine"/> <symbol value="neuter"/> <symbol value="feminine"/> </vAlt> </f> |
Content model |
<content> |
Schema Declaration |
<rng:element name="vAlt"> element vAlt { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( model.featureVal, model.featureVal+ ) } |