<fDescr>

<fDescr> (功能描述 (在功能結構宣告中) ) 描述被宣告的功能所代表的意義以及其功能值。 18.11 Feature System Declaration
組件iso-fs — 18 Feature Structures
屬性
屬於
可包含
宣告

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