Complex Type pc:GraphemeGroupType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
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:GraphemeGroupType / pc:GraphemeElement pc:GraphemeGroupType / pc:NonPrintingChar
Type extension of Complex Type pc:GraphemeBaseType
Type hierarchy
Used by
Model Element pc:GraphemeBaseType / pc:TextEquiv , (Element pc:GraphemeGroupType / pc:Grapheme | Element pc:GraphemeGroupType / pc:NonPrintingChar)
Children Element pc:GraphemeGroupType / pc:Grapheme, Element pc:GraphemeGroupType / pc:NonPrintingChar, 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="GraphemeGroupType">
  <complexContent>
    <extension base="pc:GraphemeBaseType">
      <choice minOccurs="0" maxOccurs="unbounded">
        <element name="Grapheme" type="pc:GraphemeType"/>
        <element name="NonPrintingChar" type="pc:NonPrintingCharType"/>
      </choice>
    </extension>
  </complexContent>
</complexType>

Element pc:GraphemeGroupType / pc:Grapheme

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
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:CoordsComplex Type pc:GraphemeType
Type Complex Type pc:GraphemeType
Type hierarchy
Properties
content: complex
Model Element pc:GraphemeBaseType / pc:TextEquiv , Element pc:GraphemeType / pc:Coords
Children Element pc:GraphemeType / pc:Coords, Element pc:GraphemeBaseType / pc:TextEquiv
Instance
<pc:Grapheme charType="" comments="" custom="" id="" index="" ligature="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:TextEquiv comments="" conf="" dataType="" dataTypeDetails="" index="">{0,unbounded}</pc:TextEquiv>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
</pc:Grapheme>
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
<element name="Grapheme" type="pc:GraphemeType"/>

Element pc:GraphemeGroupType / pc:NonPrintingChar

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
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:GraphemeBaseTypeComplex Type pc:NonPrintingCharType
Type Complex Type pc:NonPrintingCharType
Type hierarchy
Properties
content: complex
Model Element pc:GraphemeBaseType / pc:TextEquiv
Children Element pc:GraphemeBaseType / pc:TextEquiv
Instance
<pc:NonPrintingChar charType="" comments="" custom="" id="" index="" ligature="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:TextEquiv comments="" conf="" dataType="" dataTypeDetails="" index="">{0,unbounded}</pc:TextEquiv>
</pc:NonPrintingChar>
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
<element name="NonPrintingChar" type="pc:NonPrintingCharType"/>