data.numeric

data.numeric 定義用於數值的屬性值範圍
組件tei — 1 The TEI Infrastructure
屬於
元素:
宣告

<rng:define name="data.numeric">
<rng:choice>
 <rng:data type="double"/>
 <rng:data type="decimal"/>
</rng:choice>
</rng:define>
data.numeric = xsd:double | xsd:decimal