<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
Usado por
Puede contener
Declaración

<rng:element name="fvLib">
<rng:ref name="att.global.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:ref name="model.featureVal"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
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>