<fsDescr>

<fsDescr> (feature system description (in FSD)) describes in prose what is represented by the type of feature structure declared in the enclosing fsDecl. 18.11 Feature System Declaration
Moduleiso-fs — 18 Feature Structures
AttributesGlobal attributes only
Used by
May contain
Declaration

<rng:element name="fsDescr">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.limitedContent"/>
</rng:element>
element fsDescr { att.global.attributes, macro.limitedContent }
Example
<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>
Note
May contain character data, phrase-level elements, and inter-level elements.