<fLib>

<fLib> (feature library) assembles a library of feature elements. 18.4 Feature and Feature-Value Libraries
Moduleiso-fs — 18 Feature Structures
AttributesGlobal attributes only
Used by
May contain
iso-fs: f
Declaration

<rng:element name="fLib">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:ref name="f"/>
</rng:oneOrMore>
</rng:element>
element fLib { att.global.attributes, f+ }
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>
Note
The global n attribute may be used to supply an informal name to categorise the library's contents.