<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
Moduleiso-fs — 18 Feature Structures
Attributs
namedonne un nom pour le trait
Statut Requis
Type de données
data.name
Valeurs Any name.
fVal (feature value) référence n'importe quel élément pouvant être utilisé pour représenter la valeur d'un trait
Statut Optionel
Type de données
data.pointer
Valeurs the identifier of an element representing a feature value
Note
If this attribute is supplied as well as content, the value referenced is to be unified with that contained.
Utilisé parbicond 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.