<fvLib>

<fvLib> (feature-value library) assembles a library of reusable feature value elements (including complete feature structures). 18.4 Feature and Feature-Value Libraries
Moduliso-fs — 18 Feature Structures
Attribute
Verwendet von
Kann enthalten
Deklaration

<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* }
Beispiel
<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>