Complex Type pc:TableCellRoleType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:TableCellRoleType / @rowIndexAttribute pc:TableCellRoleType / @columnIndexAttribute pc:TableCellRoleType / @rowSpanAttribute pc:TableCellRoleType / @colSpanAttribute pc:TableCellRoleType / @header
Used by
Attributes
QName Type Use
Attribute pc:TableCellRoleType / @colSpan int optional
Number of columns the cell spans (optional; default is 1)
Attribute pc:TableCellRoleType / @columnIndex int required
Cell position in table starting with column 0
Attribute pc:TableCellRoleType / @header boolean optional
Is the cell a column or row header?
Attribute pc:TableCellRoleType / @rowIndex int required
Cell position in table starting with row 0
Attribute pc:TableCellRoleType / @rowSpan int optional
Number of rows the cell spans (optional; default is 1)
Source
<complexType name="TableCellRoleType">
  <attribute name="rowIndex" type="int" use="required">
    <annotation>
      <documentation>Cell position in table starting with row 0</documentation>
    </annotation>
  </attribute>
  <attribute name="columnIndex" type="int" use="required">
    <annotation>
      <documentation>Cell position in table starting with column 0</documentation>
    </annotation>
  </attribute>
  <attribute name="rowSpan" type="int">
    <annotation>
      <documentation>Number of rows the cell spans (optional; default is 1)</documentation>
    </annotation>
  </attribute>
  <attribute name="colSpan" type="int">
    <annotation>
      <documentation>Number of columns the cell spans (optional; default is 1)</documentation>
    </annotation>
  </attribute>
  <attribute name="header" type="boolean">
    <annotation>
      <documentation>Is the cell a column or row header?</documentation>
    </annotation>
  </attribute>
</complexType>

Attribute pc:TableCellRoleType / @rowIndex

Namespace No namespace
Annotations
Cell position in table starting with row 0
Type int
Properties
use: required
Used by
Source
<attribute name="rowIndex" type="int" use="required">
  <annotation>
    <documentation>Cell position in table starting with row 0</documentation>
  </annotation>
</attribute>

Attribute pc:TableCellRoleType / @columnIndex

Namespace No namespace
Annotations
Cell position in table starting with column 0
Type int
Properties
use: required
Used by
Source
<attribute name="columnIndex" type="int" use="required">
  <annotation>
    <documentation>Cell position in table starting with column 0</documentation>
  </annotation>
</attribute>

Attribute pc:TableCellRoleType / @rowSpan

Namespace No namespace
Annotations
Number of rows the cell spans (optional; default is 1)
Type int
Properties
content: simple
Used by
Source
<attribute name="rowSpan" type="int">
  <annotation>
    <documentation>Number of rows the cell spans (optional; default is 1)</documentation>
  </annotation>
</attribute>

Attribute pc:TableCellRoleType / @colSpan

Namespace No namespace
Annotations
Number of columns the cell spans (optional; default is 1)
Type int
Properties
content: simple
Used by
Source
<attribute name="colSpan" type="int">
  <annotation>
    <documentation>Number of columns the cell spans (optional; default is 1)</documentation>
  </annotation>
</attribute>

Attribute pc:TableCellRoleType / @header

Namespace No namespace
Annotations
Is the cell a column or row header?
Type boolean
Properties
content: simple
Used by
Source
<attribute name="header" type="boolean">
  <annotation>
    <documentation>Is the cell a column or row header?</documentation>
  </annotation>
</attribute>