<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] | |
| Modul | iso-fs — Feature Structures |
| Attribute |
|
| Mitglied des | |
| Enthalten in | |
| Kann enthalten | |
| Beispiel |
<f name="gender">
<vAlt> <symbol value="masculine"/> <symbol value="neuter"/> <symbol value="feminine"/> </vAlt> </f> |
| Content model |
<content> |
| Schema Deklaration |
<rng:element name="vAlt"> element vAlt { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( model.featureVal, model.featureVal+ ) } |