<fs>

<fs> (feature structure) represents a feature structure, that is, a collection of feature-value pairs organized as a structural unit. «#FSBI»
Moduleiso-fs
Attributes
typespecifies the type of the feature structure.
Status Required when applicable
Datatype
Values Character string, e.g. word structure.
feats (features) references the feature-value specifications making up this feature structure.
Status Optional
Datatype 1–∞ occurrences of
separated by whitespace
Values one or more identifiers of f elements.
Note
May be used either instead of having features as content, or in addition. In the latter case, the features referenced and contained are unified.
Used bybicond cond if vColl wordForm
May contain
iso-fs: f
Declaration
element fs
{
   attribute type { text }?,
   attribute feats { list { text+ } }?,
   f*
}
Example
<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>