Complex Type pc:BorderType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Border of the actual page (if the scanned image
contains parts not belonging to the page).
Diagram
Element pc:BorderType / pc:Coords
Used by
Model Element pc:BorderType / pc:Coords
Children Element pc:BorderType / pc:Coords
Source
<complexType name="BorderType">
  <annotation>
    <documentation>Border of the actual page (if the scanned image contains parts not belonging to the page).</documentation>
  </annotation>
  <sequence>
    <element name="Coords" type="pc:CoordsType"/>
  </sequence>
</complexType>

Element pc:BorderType / 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"/>