<symbol>

<symbol> (symbolic value) represents the value part of a feature-value specification which contains one of a finite list of symbols. «#FSSY»
Moduleiso-fs
Attributes
valuesupplies the symbolic value for the feature, one of a finite list that may be specified in a feature declaration.
Status Required
Datatype
Values A string, e.g. feminine.
Used by
May containEmpty element
Declaration
element symbol { attribute value { text }, empty }
Example
<f name="gender">
 <symbol value="feminine"/>
</f>