Complex Type pc:PrintSpaceType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Determines the effective area on the paper of a printed page.
Its size is equal for all pages of a book
(exceptions: titlepage, multipage pictures).
It contains all living elements (except marginals)
like body type, footnotes, headings, running titles.
It does not contain pagenumber (if not part of running title),
marginals, signature mark, preview words.
Diagram
Element pc:PrintSpaceType / pc:Coords
Used by
Model Element pc:PrintSpaceType / pc:Coords
Children Element pc:PrintSpaceType / pc:Coords
Source
<complexType name="PrintSpaceType">
  <annotation>
    <documentation>Determines the effective area on the paper of a printed page. Its size is equal for all pages of a book (exceptions: titlepage, multipage pictures). It contains all living elements (except marginals) like body type, footnotes, headings, running titles. It does not contain pagenumber (if not part of running title), marginals, signature mark, preview words.</documentation>
  </annotation>
  <sequence>
    <element name="Coords" type="pc:CoordsType"/>
  </sequence>
</complexType>

Element pc:PrintSpaceType / pc:Coords

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:CoordsType / @pointsAttribute pc:CoordsType / @confComplex Type pc:CoordsType
Type Complex Type pc:CoordsType
Properties
content: complex
Attributes
QName Type Use
Attribute pc:CoordsType / @conf Simple Type pc:ConfSimpleType optional
Confidence value (between 0 and 1)
Attribute pc:CoordsType / @points Simple Type pc:PointsType required
Polygon outline of the element as a path of points.
No points may lie outside the outline of its parent,
which in the case of Border is the bounding rectangle
of the root image. Paths are closed by convention,
i.e. the last point logically connects with the first
(and at least 3 points are required to span an area).
Paths must be planar (i.e. must not self-intersect).
Source
<element name="Coords" type="pc:CoordsType"/>