<fLib>

<fLib> (biblioteca de rasgos) agrupa una biblioteca de elementos de rasgo. 18.4 Feature and Feature-Value Libraries
Módulo iso-fs — 18 Feature Structures
Usado por
Puede contener
iso-fs: f
Declaración

<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+ }
Ejemplo
<fLib n="agreement features">
 <f xml:id="pers1" name="person">
  <symbol value="first"/>
 </f>
 <f xml:id="pers2" name="person">
  <symbol value="second"/>
 </f>
<!-- ... -->
 <f xml:id="nums" name="number">
  <symbol value="singular"/>
 </f>
 <f xml:id="nump" name="number">
  <symbol value="plural"/>
 </f>
<!-- ... -->
</fLib>