<fLib>
<fLib> (feature library) assembles a library of feature elements. «#FSFL» | |
Module | iso-fs |
Attributes | |
Used by | tagset |
May contain | iso-fs: f |
Declaration | element fLib { f+ } |
Example | <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> |
Note | The global n attribute may be used to supply an informal
name to categorise the library's contents. |