<fs>

<fs> (struttura dei tratti) rappresenta una feature structure, cioè una raccolta di coppie di valori tratti organizzata come una unità strutturale. 18.2 Elementary Feature Structures and the Binary Feature Value
Moduloiso-fs — 18 Feature Structures
Attributi
typespecifica il tipo di struttura dei tratti
Stato Richiesto se applicabile
Tipo di dati
data.enumerated
Valori Character string, e.g. word structure.
feats (tratti) indica le specifiche del valore dei tratti che formano questa struttura.
Stato Opzionale
Tipo di dati 1–∞ occurrences of
data.pointer
separato da spazio bianco
Valori one or more identifiers of <f> elements.
Nota
May be used either instead of having features as content, or in addition. In the latter case, the features referenced and contained are unified.
Usato dabicond cond if vColl model.featureVal.complex model.global.meta
Può contenere
iso-fs: f
Dichiarazione
element fs
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute feats { list { data.pointer+ } }?,
   f*
}
Esempio
<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>