<f>

<f> (Rasgo) representa una feature value specification (especificación de valor de rasgo), es decir, la asociación de un nombre con un valor de cualquier de los diferentes tipos. 18.2 Elementary Feature Structures and the Binary Feature Value
Móduloiso-fs — 18 Feature Structures
Atributos
nameproporciona un nombre para un rasgo.
Estado Necesario
Tipo de datos
data.name
Valores Any name.
fVal (feature value) indica cualquier elemento que puede ser usado para representar el valor de un rasgo.
Estado Opcional
Tipo de datos
data.pointer
Valores 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.
Used bybicond cond fLib fs if
May contain
Declaración
element f
{
   att.global.attributes,
   attribute name { data.name },
   attribute fVal { data.pointer }?,
   model.featureVal*
}
Ejemplo
<f name="gender">
 <symbol value="feminine"/>
</f>
Nota
If the element is empty then a value must be supplied for the fVal attribute.