<fLib>

<fLib> (feature library) assembles a library of f (feature) elements. [18.4 Feature Libraries and Feature-Value Libraries]
Module iso-fs — Feature Structures
Attributes
Member of
Contained by
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
May contain
iso-fs: f
Note

The global n attribute may be used to supply an informal name to categorize the library's contents.

Example
<fLib n="agreement features">
 <f xml:id="pers1name="person">
  <symbol value="first"/>
 </f>
 <f xml:id="pers2name="person">
  <symbol value="second"/>
 </f>
<!-- ... -->
 <f xml:id="numsname="number">
  <symbol value="singular"/>
 </f>
 <f xml:id="numpname="number">
  <symbol value="plural"/>
 </f>
<!-- ... -->
</fLib>
Content model
<content>
 <elementRef key="fminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Schema Declaration
<rng:element name="fLib">
 <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:oneOrMore>
  <rng:ref name="f"/>
 </rng:oneOrMore>
</rng:element>
element fLib
{
   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,
   f+
}