<f>
<f> (trait) représente une spécification trait-valeur, c'est-à-dire l'association d'un nom avec une valeur d’un type quelconque parmi plusieurs. 18.2 Elementary Feature Structures and the Binary Feature Value | |||||||||||||||||||
Module | iso-fs — 18 Feature Structures | ||||||||||||||||||
Attributs |
| ||||||||||||||||||
Utilisé par | bicond cond fLib fs if | ||||||||||||||||||
Peut contenir | |||||||||||||||||||
Declaration | element f { att.global.attributes, attribute name { data.name }, attribute fVal { data.pointer }?, model.featureVal* } | ||||||||||||||||||
Exemple | <f name="gender"> <symbol value="feminine"/> </f> | ||||||||||||||||||
Note | If the element is empty then a value must be supplied for the
fVal attribute. |