<fDescr>

<fDescr> (feature description (in FSD)) describes in prose what is represented by the feature being declared and its values. 18.11 Feature System Declaration
Moduleiso-fs — 18 Feature Structures
AttributesGlobal attributes only
Used by
May contain
Declaration

<rng:element name="fDescr">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.limitedContent"/>
</rng:element>
element fDescr { att.global.attributes, macro.limitedContent }
Example
<fDecl name="INV">
 <fDescr>inverted sentence</fDescr>
 <vRange>
  <vAlt>
   <binary value="true"/>
   <binary value="false"/>
  </vAlt>
 </vRange>
 <vDefault>
  <binary value="false"/>
 </vDefault>
</fDecl>
Note
May contain character data, phrase-level elements, and inter-level elements.