<fvLib>

<fvLib> (biblioteca de valores de rasgo) reúne una biblioteca de elementos de valor de rasgo reutilizables (incluyendo estructuras de rasgo completas). 18.4 Feature and Feature-Value Libraries
Móduloiso-fs — 18 Feature Structures
Atributos
Used by model.global.meta
May contain
Declaración
element fvLib { att.global.attributes, model.featureVal* }
Ejemplo
<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>
Nota
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.