<fsDescr>

<fsDescr> (descrizione del sistema di tratti (in FSD)) descrive in prosa quello che viene rappresentato dal tipo di struttura dei tratti dichiarati nella fsDecl acclusa. 18.11 Feature System Declaration
Moduloiso-fs — 18 Feature Structures
Attributi
Usato da
Può contenere
Dichiarazione

<rng:element name="fsDescr">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.limitedContent"/>
</rng:element>
element fsDescr { att.global.attributes, macro.limitedContent }
Esempio
<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>