<fs>

<fs> (Estructura de rasgo) representa una feature structure (estructura de rasgos), es decir, un conjunto de pares de valores de rasgos organizados como una unidad estructural. 18.2 Elementary Feature Structures and the Binary Feature Value
Móduloiso-fs — 18 Feature Structures
Atributos
typeespecifica el tipo de estructura de rasgo.
Estado Necesario cuando se aplica
Tipo de datos
data.enumerated
Valores Character string, e.g. word structure.
feats (features) indica las especificaciones de valor de rasgo que constituyen esta estructura de rasgo.
Estado Opcional
Tipo de datos 1–∞ occurrences of
data.pointer
separated by whitespace
Valores 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.
Used bybicond cond if vColl model.featureVal.complex model.global.meta
May contain
iso-fs: f
Declaración
element fs
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute feats { list { data.pointer+ } }?,
   f*
}
Ejemplo
<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>