<vRange>

<vRange> (功能值範圍) 定義有效功能值的範圍,使用fs、vAlt、或原始值格式;一個有效的功能值必須包含在指定範圍之內;若f包含多個值 (由屬性org所認可),則每個值皆必須以vRange納入。 [18.11 Feature System Declaration]
組件 iso-fs — Feature Structures
屬性
可包含在於
iso-fs: fDecl
可包含

May contain any legal feature-value specification.

例子
<fDecl name="INV">
 <fDescr>inverted sentence</fDescr>
 <vRange>
  <vAlt>
   <binary value="true"/>
   <binary value="false"/>
  </vAlt>
 </vRange>
 <vDefault>
  <binary value="false"/>
 </vDefault>
</fDecl>
Content model
<content>
 <classRef key="model.featureVal"/>
</content>
宣告
<rng:element name="vRange">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="model.featureVal"/>
</rng:element>
element vRange
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   model.featureVal
}