<fvLib>

<fvLib> (feature-value library) 再利用が可能な素性値をライブラリとしてまとめる。 [18.4 Feature Libraries and Feature-Value Libraries]
モジュール iso-fs — Feature Structures
属性
クラブのメンバー
上位
analysis: cl m phr s span w
figures: cell figure table
iso-fs: fsdDecl
linking: ab seg standOff
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
下位
解説

素性値ライブラリには、各種の値がとれる。 <binary value="true"/>または defaultのような幾度も使用される値をとれる。 素性値ライブラリ中で唯一ユニーク性が保証されているのは、当該値を指 定するためのラベル集合である。

<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>
宣言
<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*
}