<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
Moduliso-fs — 18 Feature Structures
Attribute
Verwendet von
Kann enthalten
Deklaration

<rng:element name="fDescr">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.limitedContent"/>
</rng:element>
element fDescr { att.global.attributes, macro.limitedContent }
Beispiel
<fDecl name="INV">
 <fDescr>inverted sentence</fDescr>
 <vRange>
  <vAlt>
   <binary value="true"/>
   <binary value="false"/>
  </vAlt>
 </vRange>
 <vDefault>
  <binary value="false"/>
 </vDefault>
</fDecl>