<fvLib>

<fvLib> (feature-value library) assembles a library of reusable feature value elements (including complete feature structures). «#FSFL»
Moduleiso-fs
Attributes
Used bytagset
May containEmpty element
Declaration
element fvLib { model.featureVal* }
Example
<fvLib n="symbolic values">
 <symbol xml:id="sfirstvalue="first"/>
 <symbol xml:id="ssecondvalue="second"/>
 <symbol xml:id="ssingvalue="singular"/>
 <symbol xml:id="splurvalue="plural"/>
</fvLib>
Note
A feature value library may include any number of values of any kind, including multiple occurrences of identical values such as <binary value="true"/> or default. The only thing guaranteed unique in a feature value library is the set of labels used to identify the values.