Simple Type pc:PointsType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Point list with format "x1,y1 x2,y2 ...", where
"x" / "y" refer to the horizontal / vertical
pixel positions in a coordinate system which always
references the root PageType/@imageFilename, with
"0,0" in the upper left corner of the root image and
"imageWidth,imageHeight" in the lower right.
Diagram

Type restriction of string
Facets
pattern ([0-9]+,[0-9]+ )+([0-9]+,[0-9]+)
Used by
Source
<simpleType name="PointsType">
  <annotation>
    <documentation>Point list with format "x1,y1 x2,y2 ...", where "x" / "y" refer to the horizontal / vertical pixel positions in a coordinate system which always references the root PageType/@imageFilename, with "0,0" in the upper left corner of the root image and "imageWidth,imageHeight" in the lower right.</documentation>
  </annotation>
  <restriction base="string">
    <pattern value="([0-9]+,[0-9]+ )+([0-9]+,[0-9]+)"/>
  </restriction>
</simpleType>