<fvLib>

<fvLib> (feature-value library) assembles a library of reusable feature value elements (including complete feature structures). [18.4 Feature Libraries and Feature-Value Libraries]
Moduleiso-fs — Feature Structures
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
May contain
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.

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>
Content model
<content>
 <classRef key="model.featureVal"
  minOccurs="0maxOccurs="unbounded"/>

</content>
Schema Declaration
<rng:element name="fvLib">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:zeroOrMore>
  <rng:ref name="model.featureVal"/>
 </rng:zeroOrMore>
</rng:element>
element fvLib
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   model.featureVal*
}