<fvLib>

<fvLib> (자질-값 라이브러리) (완전한 자질구조를 포함하여) 다시 사용할 수 있는 자질 값 요소를 하나의 라이브러리에 모아놓는다. 18.4 Feature and Feature-Value Libraries
모듈 iso-fs — 18 Feature Structures
에 의해 사용된
포함할 수 있다
선언

<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* }
<fvLib n="symbolic values">
 <symbol xml:id="sfirst" value="first"/>
 <symbol xml:id="ssecond" value="second"/>
<!-- ... -->
 <symbol xml:id="ssing" value="singular"/>
 <symbol xml:id="splur" value="plural"/>
<!-- ... -->
</fvLib>