Complex Type pc:GraphemesType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Container for graphemes, grapheme groups and
non-printing characters.
Diagram
Element pc:GraphemesType / pc:GraphemeElement pc:GraphemesType / pc:NonPrintingCharElement pc:GraphemesType / pc:GraphemeGroup
Used by
Model Element pc:GraphemesType / pc:Grapheme | Element pc:GraphemesType / pc:NonPrintingChar | Element pc:GraphemesType / pc:GraphemeGroup
Children Element pc:GraphemesType / pc:Grapheme, Element pc:GraphemesType / pc:GraphemeGroup, Element pc:GraphemesType / pc:NonPrintingChar
Source
<complexType name="GraphemesType">
  <annotation>
    <documentation>Container for graphemes, grapheme groups and non-printing characters.</documentation>
  </annotation>
  <choice minOccurs="1" maxOccurs="unbounded">
    <element name="Grapheme" type="pc:GraphemeType"/>
    <element name="NonPrintingChar" type="pc:NonPrintingCharType"/>
    <element name="GraphemeGroup" type="pc:GraphemeGroupType"/>
  </choice>
</complexType>

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

Element pc:GraphemesType / pc:GraphemeGroup

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:NonPrintingCharComplex Type pc:GraphemeGroupType
Type Complex Type pc:GraphemeGroupType
Type hierarchy
Properties
content: complex
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
Instance
<pc:GraphemeGroup 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:Grapheme charType="" comments="" custom="" id="" index="" ligature="">{1,1}</pc:Grapheme>
  <pc:NonPrintingChar charType="" comments="" custom="" id="" index="" ligature="">{1,1}</pc:NonPrintingChar>
</pc:GraphemeGroup>
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="GraphemeGroup" type="pc:GraphemeGroupType"/>