Complex Type pc:CoordsType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:CoordsType / @pointsAttribute pc:CoordsType / @conf
Used by
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
<complexType name="CoordsType">
  <attribute name="points" type="pc:PointsType" use="required">
    <annotation>
      <documentation>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).</documentation>
    </annotation>
  </attribute>
  <attribute name="conf" type="pc:ConfSimpleType">
    <annotation>
      <documentation>Confidence value (between 0 and 1)</documentation>
    </annotation>
  </attribute>
</complexType>

Attribute pc:CoordsType / @points

Namespace No namespace
Annotations
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).
Type Simple Type pc:PointsType
Properties
use: required
Facets
pattern ([0-9]+,[0-9]+ )+([0-9]+,[0-9]+)
Used by
Source
<attribute name="points" type="pc:PointsType" use="required">
  <annotation>
    <documentation>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).</documentation>
  </annotation>
</attribute>

Attribute pc:CoordsType / @conf

Namespace No namespace
Annotations
Confidence value (between 0 and 1)
Type Simple Type pc:ConfSimpleType
Properties
content: simple
Facets
maxInclusive 1
minInclusive 0
Used by
Source
<attribute name="conf" type="pc:ConfSimpleType">
  <annotation>
    <documentation>Confidence value (between 0 and 1)</documentation>
  </annotation>
</attribute>