<numeric>

<numeric> (數值) 表示功能值細節的值部分資訊,包含一個數值或數值範圍。 [18.3 Other Atomic Feature Values]
組件 iso-fs — Feature Structures
屬性
value⚓︎ 提供所表示數值的底限,以及 (若無標明max) 其上限。
狀態 必備的
資料類型 teidata.numeric
max⚓︎ 提供所表示數值的上限。
狀態 非必備的
資料類型 teidata.numeric
trunc⚓︎ 標明是否應將該數值四捨五入而取得一個整數。
狀態 非必備的
資料類型 teidata.truthValue
俱乐部会员
可包含在於
可包含 空白元素

It is an error to supply the max attribute in the absence of a value for the value attribute.

例子
<numeric value="42"/>
例子
<numeric value="42.45max="50trunc="true"/>
Content model
<content>
 <empty/>
</content>
宣告
<rng:element name="numeric">
 <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="att.datcat.attributes"/>
 <rng:attribute name="value">
  <rng:ref name="teidata.numeric"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="max">
   <rng:ref name="teidata.numeric"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="trunc">
   <rng:ref name="teidata.truthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element numeric
{
   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,
   att.datcat.attributes,
   attribute value { teidata.numeric },
   attribute max { teidata.numeric }?,
   attribute trunc { teidata.truthValue }?,
   empty
}