<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date$
$Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>

<macroSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" type="dt" ident="data.point">
  <desc versionDate="2010-10-17" xml:lang="en">defines the data type used to express a point in cartesian space.</desc>
  <content>
    <data xmlns="http://relaxng.org/ns/structure/1.0" type="token">
      <param name="pattern">(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)</param>
    </data>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <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="2010-10-17" xml:lang="en">
    <p>A point is defined by two numeric values, which may be expressed in any notation permitted.</p>
  </remarks>
</macroSpec>
