<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
Modulo iso-fs — 18 Feature Structures
Oltre agli attributi globali
name fornisce il nome del tratto.
Stato Richiesto
Tipo di dati

<rng:ref name="data.name"/>
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

<rng:ref name="data.pointer"/>
data.pointer
Valori the identifier of an element representing a feature value
Usato da
Può contenere
Dichiarazione

<rng:element name="f">
 <rng:ref name="att.global.attributes"/>
 <rng:attribute name="name">
  <rng:ref name="data.name"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="fVal">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="model.featureVal"/>
 </rng:zeroOrMore>
</rng:element>
element f
{
   att.global.attributes,
   attribute name { data.name },
   attribute fVal { data.pointer }?,
   model.featureVal*
}
Esempio
<f name="gender">
 <symbol value="feminine"/>
</f>