<?xml version="1.0"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
-->
<?xml-model href="http://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<dataSpec xmlns="http://www.tei-c.org/ns/1.0"
	  xmlns:sch="http://purl.oclc.org/dsdl/schematron"
	  module="tei"
	  ident="teidata.point">
  <desc versionDate="2010-10-17" xml:lang="en">defines the data type used to express a point in cartesian space.</desc>
  <content>
    <dataRef name="token" restriction="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" source="#UND">
      <facsimile>
	<surface ulx="0" uly="0" lrx="400" lry="280">
	  <zone points="220,100 300,210 170,250 123,234">
	    <graphic url="handwriting.png "/>
	  </zone>
	</surface>
      </facsimile>
    </egXML>
  </exemplum>
  <remarks versionDate="2019-02-24" xml:lang="en">
    <p>A point is defined by two numeric values, which should be
    expressed as decimal numbers. Neither number can end in a decimal
    point. E.g., both <val>0.0,84.2</val> and <val>0,84</val> are
    allowed, but <val>0.,84.</val> is not.
    <!-- 51°45'45.63"N,  1°16'11.81"W -->
    </p>
  </remarks>
</dataSpec>
