Complex Type pc:TableRegionType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Tabular data in any form is represented with a table
region. Rows and columns may or may not have separator
lines; these lines are not separator regions.
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:Grid
Type extension of Complex Type pc:RegionType
Type hierarchy
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) , 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
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
<complexType name="TableRegionType">
  <annotation>
    <documentation>Tabular data in any form is represented with a table region. Rows and columns may or may not have separator lines; these lines are not separator regions.</documentation>
  </annotation>
  <complexContent>
    <extension base="pc:RegionType">
      <sequence>
        <element name="Grid" type="pc:GridType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Table grid (visible or virtual grid lines)</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="orientation" type="float">
        <annotation>
          <documentation>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</documentation>
        </annotation>
      </attribute>
      <attribute name="rows" type="int">
        <annotation>
          <documentation>The number of rows present in the table</documentation>
        </annotation>
      </attribute>
      <attribute name="columns" type="int">
        <annotation>
          <documentation>The number of columns present in the table</documentation>
        </annotation>
      </attribute>
      <attribute name="lineColour" type="pc:ColourSimpleType">
        <annotation>
          <documentation>The colour of the lines used in the region</documentation>
        </annotation>
      </attribute>
      <attribute name="bgColour" type="pc:ColourSimpleType">
        <annotation>
          <documentation>The background colour of the region</documentation>
        </annotation>
      </attribute>
      <attribute name="lineSeparators" type="boolean">
        <annotation>
          <documentation>Specifies the presence of line separators</documentation>
        </annotation>
      </attribute>
      <attribute name="embText" type="boolean">
        <annotation>
          <documentation>Specifies whether the region also contains text</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>

Attribute pc:TableRegionType / @orientation

Namespace No namespace
Annotations
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
Type float
Properties
content: simple
Used by
Source
<attribute name="orientation" type="float">
  <annotation>
    <documentation>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</documentation>
  </annotation>
</attribute>

Attribute pc:TableRegionType / @rows

Namespace No namespace
Annotations
The number of rows present in the table
Type int
Properties
content: simple
Used by
Source
<attribute name="rows" type="int">
  <annotation>
    <documentation>The number of rows present in the table</documentation>
  </annotation>
</attribute>

Attribute pc:TableRegionType / @columns

Namespace No namespace
Annotations
The number of columns present in the table
Type int
Properties
content: simple
Used by
Source
<attribute name="columns" type="int">
  <annotation>
    <documentation>The number of columns present in the table</documentation>
  </annotation>
</attribute>

Attribute pc:TableRegionType / @lineColour

Namespace No namespace
Annotations
The colour of the lines used in the region
Type Simple Type pc:ColourSimpleType
Properties
content: simple
Facets
enumeration black
enumeration blue
enumeration brown
enumeration cyan
enumeration green
enumeration grey
enumeration indigo
enumeration magenta
enumeration orange
enumeration pink
enumeration red
enumeration turquoise
enumeration violet
enumeration white
enumeration yellow
enumeration other
Used by
Source
<attribute name="lineColour" type="pc:ColourSimpleType">
  <annotation>
    <documentation>The colour of the lines used in the region</documentation>
  </annotation>
</attribute>

Attribute pc:TableRegionType / @bgColour

Namespace No namespace
Annotations
The background colour of the region
Type Simple Type pc:ColourSimpleType
Properties
content: simple
Facets
enumeration black
enumeration blue
enumeration brown
enumeration cyan
enumeration green
enumeration grey
enumeration indigo
enumeration magenta
enumeration orange
enumeration pink
enumeration red
enumeration turquoise
enumeration violet
enumeration white
enumeration yellow
enumeration other
Used by
Source
<attribute name="bgColour" type="pc:ColourSimpleType">
  <annotation>
    <documentation>The background colour of the region</documentation>
  </annotation>
</attribute>

Attribute pc:TableRegionType / @lineSeparators

Namespace No namespace
Annotations
Specifies the presence of line separators
Type boolean
Properties
content: simple
Used by
Source
<attribute name="lineSeparators" type="boolean">
  <annotation>
    <documentation>Specifies the presence of line separators</documentation>
  </annotation>
</attribute>

Attribute pc:TableRegionType / @embText

Namespace No namespace
Annotations
Specifies whether the region also contains
text
Type boolean
Properties
content: simple
Used by
Source
<attribute name="embText" type="boolean">
  <annotation>
    <documentation>Specifies whether the region also contains text</documentation>
  </annotation>
</attribute>

Element pc:TableRegionType / pc:Grid

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Table grid (visible or virtual grid lines)
Diagram
Element pc:GridType / pc:GridPointsComplex Type pc:GridType
Type Complex Type pc:GridType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Element pc:GridType / pc:GridPoints
Children Element pc:GridType / pc:GridPoints
Instance
<pc:Grid xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:GridPoints index="" points="">{2,unbounded}</pc:GridPoints>
</pc:Grid>
Source
<element name="Grid" type="pc:GridType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Table grid (visible or virtual grid lines)</documentation>
  </annotation>
</element>