teidata.point

teidata.point defines the data type used to express a point in cartesian space.
Módulo tei — The TEI Infrastructure
Usado por
Clase:
Elemento:
Content model
<content>
 <dataRef name="token"
  restriction="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>

</content>
Declaración
<rng:define name="teidata.point">
 <rng:data type="token">
  <rng:param name="pattern">(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)</rng:param>
 </rng:data>
</rng:define>
teidata.point = token { pattern = "(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)" }
Ejemplo
<facsimile>
 <surface ulx="0uly="0lrx="400lry="280">
  <zone points="220,100 300,210 170,250 123,234">
   <graphic url="handwriting.png"/>
  </zone>
 </surface>
</facsimile>