<f>

<f> (un tratto) rappresenta una feature value specification, cioè l'associazione di un nome con il valore di uno qualsiasi di diversi tratti. 18.2 Elementary Feature Structures and the Binary Feature Value
Moduloiso-fs — 18 Feature Structures
Attributi
namefornisce il nome del tratto.
Stato Richiesto
Tipo di dati
data.name
Valori Any name.
fVal (valore del tratto) indica un qualsiasi elemento che può essere usato come valore di un tratto.
Stato Opzionale
Tipo di dati
data.pointer
Valori the identifier of an element representing a feature value
Nota
If this attribute is supplied as well as content, the value referenced is to be unified with that contained.
Usato dabicond cond fLib fs if
Può contenere
Dichiarazione
element f
{
   att.global.attributes,
   attribute name { data.name },
   attribute fVal { data.pointer }?,
   model.featureVal*
}
Esempio
<f name="gender">
 <symbol value="feminine"/>
</f>
Nota
If the element is empty then a value must be supplied for the fVal attribute.