<fsDescr>

<fsDescr> (descripción de sistema de rasgo (en FSD)) describe en prosa qué se representa mediante el tipo de estructura de rasgo declarado en la fsDecl. 18.11 Feature System Declaration
Módulo iso-fs — 18 Feature Structures
Usado por
Puede contener
Declaración

<rng:element name="fsDescr">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="macro.limitedContent"/>
</rng:element>
element fsDescr { att.global.attributes, macro.limitedContent }
Ejemplo
<fsDecl type="Agreement">
 <fsDescr>This type of feature structure encodes the features
   for subject-verb agreement in English</fsDescr>
 <fDecl name="PERS">
  <fDescr>person (first, second, or third)</fDescr>
<!-- ... -->
 </fDecl>
 <fDecl name="NUM">
  <fDescr>number (singular or plural)</fDescr>
<!-- ...-->
 </fDecl>
</fsDecl>