<fLib>
<fLib> (素性集) 素性をまとめる. 18.4 Feature and Feature-Value Libraries | |
モジュール | iso-fs — 18 Feature Structures |
属性 | |
当該モジュールを使用するもの | model.global.meta |
下位 | iso-fs: f |
宣言 | element fLib { att.global.attributes, f+ } |
例 | <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> |
解説 | The global n attribute may be used to supply an informal
name to categorise the library's contents. |