<fDescr>

<fDescr> (descrifine di tratto (in FSD)) descrive in prosa ciò che è rappresentato dal tratto che si sta dichiarando e dai sui valori. 18.11 Feature System Declaration
Moduloiso-fs — 18 Feature Structures
Attributi
Usato da
Può contenere
Dichiarazione

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