<fs>

<fs> (feature structure) represents a feature structure, that is, a collection of feature-value pairs organized as a structural unit. 18.2 Elementary Feature Structures and the Binary Feature Value
Moduliso-fs — 18 Feature Structures
Attribute
typespecifies the type of the feature structure.
Zustand Vorgeschrieben wenn zutreffend
Datentyp
data.enumerated
Werte Character string, e.g. word structure.
feats (features) references the feature-value specifications making up this feature structure.
Zustand Optional
Datentyp 1–∞ occurrences of
data.pointer
separated by whitespace
Werte one or more identifiers of <f> elements.
Anmerkung
May be used either instead of having features as content, or in addition. In the latter case, the features referenced and contained are unified.
Verwendet vonbicond cond if vColl model.featureVal.complex model.global.meta
Kann enthalten
iso-fs: f
Deklaration
element fs
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute feats { list { data.pointer+ } }?,
   f*
}
Beispiel
<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>