Complex Type pc:GraphemeType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Represents a sub-element of a glyph.
Smallest graphical unit that can be
assigned a Unicode code point.
Diagram
Attribute pc:GraphemeBaseType / @idAttribute pc:GraphemeBaseType / @indexAttribute pc:GraphemeBaseType / @ligatureAttribute pc:GraphemeBaseType / @charTypeAttribute pc:GraphemeBaseType / @customAttribute pc:GraphemeBaseType / @commentsElement pc:GraphemeBaseType / pc:TextEquivComplex Type pc:GraphemeBaseTypeElement pc:GraphemeType / pc:Coords
Type extension of Complex Type pc:GraphemeBaseType
Type hierarchy
Used by
Model Element pc:GraphemeBaseType / pc:TextEquiv , Element pc:GraphemeType / pc:Coords
Children Element pc:GraphemeType / pc:Coords, Element pc:GraphemeBaseType / pc:TextEquiv
Attributes
QName Type Use
Attribute pc:GraphemeBaseType / @charType restriction of string optional
Type of character represented by the
grapheme, group, or non-printing character element.
Attribute pc:GraphemeBaseType / @comments string optional
For generic use
Attribute pc:GraphemeBaseType / @custom string optional
For generic use
Attribute pc:GraphemeBaseType / @id ID required
Attribute pc:GraphemeBaseType / @index restriction of int required
Order index of grapheme, group, or non-printing character
within the parent container (graphemes or glyph or grapheme group).
Attribute pc:GraphemeBaseType / @ligature boolean optional
Source
<complexType name="GraphemeType">
  <annotation>
    <documentation>Represents a sub-element of a glyph. Smallest graphical unit that can be assigned a Unicode code point.</documentation>
  </annotation>
  <complexContent>
    <extension base="pc:GraphemeBaseType">
      <sequence>
        <element name="Coords" type="pc:CoordsType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

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