data.numeric

data.numeric define la gama de valores de atributos para valores numéricos.
DeprecatedThis feature will be withdrawn after 2018-10-01
Módulotei — The TEI Infrastructure
Usado por
Declaración
<rng:define name="data.numeric">
 <rng:choice>
  <rng:data type="double"/>
  <rng:data type="token">
   <rng:param name="pattern">(\-?[\d]+/\-?[\d]+)</rng:param>
  </rng:data>
  <rng:data type="decimal"/>
 </rng:choice>
</rng:define>
data.numeric =
   xsd:double | token { pattern = "(\-?[\d]+/\-?[\d]+)" } | xsd:decimal