Complex Type pc:RegionType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegion
Properties
abstract: true
Used by
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Attributes
QName Type Use
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Source
<complexType name="RegionType" abstract="true">
  <sequence>
    <element name="AlternativeImage" type="pc:AlternativeImageType" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Alternative region images (e.g. black-and-white).</documentation>
      </annotation>
    </element>
    <element name="Coords" type="pc:CoordsType"/>
    <element name="UserDefined" type="pc:UserDefinedType" minOccurs="0" maxOccurs="1">
    </element>
    <element name="Labels" type="pc:LabelsType" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Semantic labels / tags</documentation>
      </annotation>
    </element>
    <element name="Roles" type="pc:RolesType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Roles the region takes (e.g. in context of a parent region).</documentation>
      </annotation>
    </element>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="TextRegion" type="pc:TextRegionType"/>
      <element name="ImageRegion" type="pc:ImageRegionType"/>
      <element name="LineDrawingRegion" type="pc:LineDrawingRegionType"/>
      <element name="GraphicRegion" type="pc:GraphicRegionType"/>
      <element name="TableRegion" type="pc:TableRegionType"/>
      <element name="ChartRegion" type="pc:ChartRegionType"/>
      <element name="SeparatorRegion" type="pc:SeparatorRegionType"/>
      <element name="MathsRegion" type="pc:MathsRegionType"/>
      <element name="ChemRegion" type="pc:ChemRegionType"/>
      <element name="MusicRegion" type="pc:MusicRegionType"/>
      <element name="AdvertRegion" type="pc:AdvertRegionType"/>
      <element name="NoiseRegion" type="pc:NoiseRegionType"/>
      <element name="UnknownRegion" type="pc:UnknownRegionType"/>
      <element name="CustomRegion" type="pc:CustomRegionType"/>
    </choice>
  </sequence>
  <attribute name="id" type="ID" use="required"/>
  <attribute name="custom" type="string">
    <annotation>
      <documentation>For generic use</documentation>
    </annotation>
  </attribute>
  <attribute name="comments" type="string"/>
  <attribute name="continuation" type="boolean">
    <annotation>
      <documentation>Is this region a continuation of another region (in previous column or page, for example)?</documentation>
    </annotation>
  </attribute>
</complexType>

Attribute pc:RegionType / @id

Namespace No namespace
Type ID
Properties
use: required
Used by
Source
<attribute name="id" type="ID" use="required"/>

Attribute pc:RegionType / @custom

Namespace No namespace
Annotations
For generic use
Type string
Properties
content: simple
Used by
Source
<attribute name="custom" type="string">
  <annotation>
    <documentation>For generic use</documentation>
  </annotation>
</attribute>

Attribute pc:RegionType / @comments

Namespace No namespace
Type string
Properties
content: simple
Used by
Source
<attribute name="comments" type="string"/>

Attribute pc:RegionType / @continuation

Namespace No namespace
Annotations
Is this region a continuation of another region
(in previous column or page, for example)?
Type boolean
Properties
content: simple
Used by
Source
<attribute name="continuation" type="boolean">
  <annotation>
    <documentation>Is this region a continuation of another region (in previous column or page, for example)?</documentation>
  </annotation>
</attribute>

Element pc:RegionType / pc:AlternativeImage

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Alternative region images
(e.g. black-and-white).
Diagram
Attribute pc:AlternativeImageType / @filenameAttribute pc:AlternativeImageType / @commentsAttribute pc:AlternativeImageType / @confComplex Type pc:AlternativeImageType
Type Complex Type pc:AlternativeImageType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Use
Attribute pc:AlternativeImageType / @comments string optional
Attribute pc:AlternativeImageType / @conf Simple Type pc:ConfSimpleType optional
Confidence value (between 0 and 1)
Attribute pc:AlternativeImageType / @filename string required
Source
<element name="AlternativeImage" type="pc:AlternativeImageType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Alternative region images (e.g. black-and-white).</documentation>
  </annotation>
</element>

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

Element pc:RegionType / pc:UserDefined

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Element pc:UserDefinedType / pc:UserAttributeComplex Type pc:UserDefinedType
Type Complex Type pc:UserDefinedType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Element pc:UserDefinedType / pc:UserAttribute
Children Element pc:UserDefinedType / pc:UserAttribute
Instance
<pc:UserDefined xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:UserAttribute description="" name="" type="" value="">{1,unbounded}</pc:UserAttribute>
</pc:UserDefined>
Source
<element name="UserDefined" type="pc:UserDefinedType" minOccurs="0" maxOccurs="1">
</element>

Element pc:RegionType / pc:Labels

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Semantic labels / tags
Diagram
Attribute pc:LabelsType / @externalModelAttribute pc:LabelsType / @externalIdAttribute pc:LabelsType / @prefixAttribute pc:LabelsType / @commentsElement pc:LabelsType / pc:LabelComplex Type pc:LabelsType
Type Complex Type pc:LabelsType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Element pc:LabelsType / pc:Label
Children Element pc:LabelsType / pc:Label
Instance
<pc:Labels comments="" externalId="" externalModel="" prefix="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:Label comments="" type="" value="">{0,unbounded}</pc:Label>
</pc:Labels>
Attributes
QName Type Use
Attribute pc:LabelsType / @comments string optional
Attribute pc:LabelsType / @externalId string optional
E.g. an RDF resource identifier
(to be used as subject or object of an RDF triple)
Attribute pc:LabelsType / @externalModel string optional
Reference to external model / ontology / schema
Attribute pc:LabelsType / @prefix string optional
Prefix for all labels (e.g. first part of an URI)
Source
<element name="Labels" type="pc:LabelsType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Semantic labels / tags</documentation>
  </annotation>
</element>

Element pc:RegionType / pc:Roles

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Roles the region takes
(e.g. in context of a parent region).
Diagram
Element pc:RolesType / pc:TableCellRoleComplex Type pc:RolesType
Type Complex Type pc:RolesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Element pc:RolesType / pc:TableCellRole
Children Element pc:RolesType / pc:TableCellRole
Instance
<pc:Roles xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:TableCellRole colSpan="" columnIndex="" header="" rowIndex="" rowSpan="">{0,1}</pc:TableCellRole>
</pc:Roles>
Source
<element name="Roles" type="pc:RolesType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Roles the region takes (e.g. in context of a parent region).</documentation>
  </annotation>
</element>

Element pc:RegionType / pc:TextRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeElement pc:TextRegionType / pc:TextLineElement pc:TextRegionType / pc:TextEquivElement pc:TextRegionType / pc:TextStyleComplex Type pc:TextRegionType
Type Complex Type pc:TextRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion) , Element pc:TextRegionType / pc:TextLine , Element pc:TextRegionType / pc:TextEquiv , Element pc:TextRegionType / pc:TextStyle
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:TextRegionType / pc:TextEquiv, Element pc:TextRegionType / pc:TextLine, Element pc:RegionType / pc:TextRegion, Element pc:TextRegionType / pc:TextStyle, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
  <pc:TextLine comments="" custom="" id="" index="" primaryLanguage="" primaryScript="" production="" readingDirection="" secondaryScript="">{0,unbounded}</pc:TextLine>
  <pc:TextEquiv comments="" conf="" dataType="" dataTypeDetails="" index="">{0,unbounded}</pc:TextEquiv>
  <pc:TextStyle bgColour="" bgColourRgb="" bold="" fontFamily="" fontSize="" italic="" kerning="" letterSpaced="" monospace="" reverseVideo="" serif="" smallCaps="" strikethrough="" subscript="" superscript="" textColour="" textColourRgb="" underlined="" underlineStyle="" xHeight="">{0,1}</pc:TextStyle>
</pc:TextRegion>
Attributes
QName Type Use
Attribute pc:TextRegionType / @align Simple Type pc:AlignSimpleType optional
Text align
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Attribute pc:TextRegionType / @indented boolean optional
Defines whether a region of text is indented or not
Attribute pc:TextRegionType / @leading int optional
The degree of space in points between the lines of
text (line spacing)
Attribute pc:TextRegionType / @orientation float optional
The angle the rectangle encapsulating the region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
(The rotated image can be further referenced
via โ€œAlternativeImageโ€.)
Range: -179.999,180
Attribute pc:TextRegionType / @primaryLanguage Simple Type pc:LanguageSimpleType optional
The primary language used in the region
Attribute pc:TextRegionType / @primaryScript Simple Type pc:ScriptSimpleType optional
The primary script used in the region
Attribute pc:TextRegionType / @production Simple Type pc:ProductionSimpleType optional
Attribute pc:TextRegionType / @readingDirection Simple Type pc:ReadingDirectionSimpleType optional
The direction in which text within lines
should be read (order of words and characters),
in addition to โ€œtextLineOrderโ€.
Attribute pc:TextRegionType / @readingOrientation float optional
The angle the baseline of text within the region
has to be rotated (relative to the rectangle
encapsulating the region) in clockwise direction
in order to correct the present skew,
in addition to โ€œorientationโ€
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Attribute pc:TextRegionType / @secondaryLanguage Simple Type pc:LanguageSimpleType optional
The secondary language used in the region
Attribute pc:TextRegionType / @secondaryScript Simple Type pc:ScriptSimpleType optional
The secondary script used in the region
Attribute pc:TextRegionType / @textLineOrder Simple Type pc:TextLineOrderSimpleType optional
The order of text lines within the block,
in addition to โ€œreadingDirectionโ€.
Attribute pc:TextRegionType / @type Simple Type pc:TextTypeSimpleType optional
The nature of the text in the region
Source
<element name="TextRegion" type="pc:TextRegionType"/>

Element pc:RegionType / pc:ImageRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:ImageRegionType / @orientationAttribute pc:ImageRegionType / @colourDepthAttribute pc:ImageRegionType / @bgColourAttribute pc:ImageRegionType / @embTextComplex Type pc:ImageRegionType
Type Complex Type pc:ImageRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:ImageRegion>
Attributes
QName Type Use
Attribute pc:ImageRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:ImageRegionType / @colourDepth Simple Type pc:ColourDepthSimpleType optional
The colour bit depth required for the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:ImageRegionType / @embText boolean optional
Specifies whether the region also contains
text
Attribute pc:RegionType / @id ID required
Attribute pc:ImageRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Source
<element name="ImageRegion" type="pc:ImageRegionType"/>

Element pc:RegionType / pc:LineDrawingRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeComplex Type pc:LineDrawingRegionType
Type Complex Type pc:LineDrawingRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:LineDrawingRegion>
Attributes
QName Type Use
Attribute pc:LineDrawingRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:LineDrawingRegionType / @embText boolean optional
Specifies whether the region also contains
text
Attribute pc:RegionType / @id ID required
Attribute pc:LineDrawingRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Attribute pc:LineDrawingRegionType / @penColour Simple Type pc:ColourSimpleType optional
The pen (foreground) colour of the region
Source
<element name="LineDrawingRegion" type="pc:LineDrawingRegionType"/>

Element pc:RegionType / pc:GraphicRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:GraphicRegionType / @orientationAttribute pc:GraphicRegionType / @typeAttribute pc:GraphicRegionType / @numColoursAttribute pc:GraphicRegionType / @embTextComplex Type pc:GraphicRegionType
Type Complex Type pc:GraphicRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:GraphicRegion>
Attributes
QName Type Use
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:GraphicRegionType / @embText boolean optional
Specifies whether the region also contains
text.
Attribute pc:RegionType / @id ID required
Attribute pc:GraphicRegionType / @numColours int optional
An approximation of the number of colours
used in the region
Attribute pc:GraphicRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Attribute pc:GraphicRegionType / @type Simple Type pc:GraphicsTypeSimpleType optional
The type of graphic in the region
Source
<element name="GraphicRegion" type="pc:GraphicRegionType"/>

Element pc:RegionType / pc:TableRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeElement pc:TableRegionType / pc:GridComplex Type pc:TableRegionType
Type Complex Type pc:TableRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion) , Element pc:TableRegionType / pc:Grid
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:TableRegionType / pc:Grid, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
  <pc:Grid>{0,1}</pc:Grid>
</pc:TableRegion>
Attributes
QName Type Use
Attribute pc:TableRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:TableRegionType / @columns int optional
The number of columns present in the table
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:TableRegionType / @embText boolean optional
Specifies whether the region also contains
text
Attribute pc:RegionType / @id ID required
Attribute pc:TableRegionType / @lineColour Simple Type pc:ColourSimpleType optional
The colour of the lines used in the region
Attribute pc:TableRegionType / @lineSeparators boolean optional
Specifies the presence of line separators
Attribute pc:TableRegionType / @orientation float optional
The angle the rectangle encapsulating a	region
has to be rotated in clockwise direction
in order to correct the present	skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Attribute pc:TableRegionType / @rows int optional
The number of rows present in the table
Source
<element name="TableRegion" type="pc:TableRegionType"/>

Element pc:RegionType / pc:ChartRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:ChartRegionType / @orientationAttribute pc:ChartRegionType / @typeAttribute pc:ChartRegionType / @numColoursAttribute pc:ChartRegionType / @bgColourAttribute pc:ChartRegionType / @embTextComplex Type pc:ChartRegionType
Type Complex Type pc:ChartRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:ChartRegion>
Attributes
QName Type Use
Attribute pc:ChartRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:ChartRegionType / @embText boolean optional
Specifies whether the region also contains
text
Attribute pc:RegionType / @id ID required
Attribute pc:ChartRegionType / @numColours int optional
An approximation of the number of colours
used in the region
Attribute pc:ChartRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Attribute pc:ChartRegionType / @type Simple Type pc:ChartTypeSimpleType optional
The type of chart in the region
Source
<element name="ChartRegion" type="pc:ChartRegionType"/>

Element pc:RegionType / pc:SeparatorRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:SeparatorRegionType / @orientationAttribute pc:SeparatorRegionType / @colourComplex Type pc:SeparatorRegionType
Type Complex Type pc:SeparatorRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:SeparatorRegion>
Attributes
QName Type Use
Attribute pc:SeparatorRegionType / @colour Simple Type pc:ColourSimpleType optional
The colour of the separator
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Attribute pc:SeparatorRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Source
<element name="SeparatorRegion" type="pc:SeparatorRegionType"/>

Element pc:RegionType / pc:MathsRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:MathsRegionType / @orientationAttribute pc:MathsRegionType / @bgColourComplex Type pc:MathsRegionType
Type Complex Type pc:MathsRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:MathsRegion>
Attributes
QName Type Use
Attribute pc:MathsRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Attribute pc:MathsRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Source
<element name="MathsRegion" type="pc:MathsRegionType"/>

Element pc:RegionType / pc:ChemRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:ChemRegionType / @orientationAttribute pc:ChemRegionType / @bgColourComplex Type pc:ChemRegionType
Type Complex Type pc:ChemRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:ChemRegion>
Attributes
QName Type Use
Attribute pc:ChemRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Attribute pc:ChemRegionType / @orientation float optional
The angle the rectangle encapsulating a
region has to be rotated in clockwise
direction in order to correct the present
skew (negative values indicate
anti-clockwise rotation). Range:
-179.999,180
Source
<element name="ChemRegion" type="pc:ChemRegionType"/>

Element pc:RegionType / pc:MusicRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:MusicRegionType / @orientationAttribute pc:MusicRegionType / @bgColourComplex Type pc:MusicRegionType
Type Complex Type pc:MusicRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:MusicRegion>
Attributes
QName Type Use
Attribute pc:MusicRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Attribute pc:MusicRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Source
<element name="MusicRegion" type="pc:MusicRegionType"/>

Element pc:RegionType / pc:AdvertRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:AdvertRegionType / @orientationAttribute pc:AdvertRegionType / @bgColourComplex Type pc:AdvertRegionType
Type Complex Type pc:AdvertRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:AdvertRegion>
Attributes
QName Type Use
Attribute pc:AdvertRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Attribute pc:AdvertRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Source
<element name="AdvertRegion" type="pc:AdvertRegionType"/>

Element pc:RegionType / pc:NoiseRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeComplex Type pc:NoiseRegionType
Type Complex Type pc:NoiseRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:NoiseRegion comments="" continuation="" custom="" id="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:NoiseRegion>
Attributes
QName Type Use
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Source
<element name="NoiseRegion" type="pc:NoiseRegionType"/>

Element pc:RegionType / pc:UnknownRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeComplex Type pc:UnknownRegionType
Type Complex Type pc:UnknownRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:UnknownRegion comments="" continuation="" custom="" id="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:UnknownRegion>
Attributes
QName Type Use
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Source
<element name="UnknownRegion" type="pc:UnknownRegionType"/>

Element pc:RegionType / pc:CustomRegion

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:CustomRegionType / @typeComplex Type pc:CustomRegionType
Type Complex Type pc:CustomRegionType
Type hierarchy
Properties
content: complex
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Instance
<pc:CustomRegion comments="" continuation="" custom="" id="" type="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:AlternativeImage comments="" conf="" filename="">{0,unbounded}</pc:AlternativeImage>
  <pc:Coords conf="" points="">{1,1}</pc:Coords>
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:Roles>{0,1}</pc:Roles>
  <pc:TextRegion align="" comments="" continuation="" custom="" id="" indented="" leading="" orientation="" primaryLanguage="" primaryScript="" production="" readingDirection="" readingOrientation="" secondaryLanguage="" secondaryScript="" textLineOrder="" type="">{1,1}</pc:TextRegion>
  <pc:ImageRegion bgColour="" colourDepth="" comments="" continuation="" custom="" embText="" id="" orientation="">{1,1}</pc:ImageRegion>
  <pc:LineDrawingRegion bgColour="" comments="" continuation="" custom="" embText="" id="" orientation="" penColour="">{1,1}</pc:LineDrawingRegion>
  <pc:GraphicRegion comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:GraphicRegion>
  <pc:TableRegion bgColour="" columns="" comments="" continuation="" custom="" embText="" id="" lineColour="" lineSeparators="" orientation="" rows="">{1,1}</pc:TableRegion>
  <pc:ChartRegion bgColour="" comments="" continuation="" custom="" embText="" id="" numColours="" orientation="" type="">{1,1}</pc:ChartRegion>
  <pc:SeparatorRegion colour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:SeparatorRegion>
  <pc:MathsRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MathsRegion>
  <pc:ChemRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:ChemRegion>
  <pc:MusicRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:MusicRegion>
  <pc:AdvertRegion bgColour="" comments="" continuation="" custom="" id="" orientation="">{1,1}</pc:AdvertRegion>
  <pc:NoiseRegion comments="" continuation="" custom="" id="">{1,1}</pc:NoiseRegion>
  <pc:UnknownRegion comments="" continuation="" custom="" id="">{1,1}</pc:UnknownRegion>
  <pc:CustomRegion comments="" continuation="" custom="" id="" type="">{1,1}</pc:CustomRegion>
</pc:CustomRegion>
Attributes
QName Type Use
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:RegionType / @id ID required
Attribute pc:CustomRegionType / @type string optional
Information on the type of content represented by this region
Source
<element name="CustomRegion" type="pc:CustomRegionType"/>