Complex Type pc:RolesType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Element pc:RolesType / pc:TableCellRole
Used by
Model Element pc:RolesType / pc:TableCellRole
Children Element pc:RolesType / pc:TableCellRole
Source
<complexType name="RolesType">
  <sequence>
    <element name="TableCellRole" type="pc:TableCellRoleType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Data for a region that takes on the role of a table cell within a parent table region.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>

Element pc:RolesType / pc:TableCellRole

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Data for a region that takes on the role
of a table cell within a parent table region.
Diagram
Attribute pc:TableCellRoleType / @rowIndexAttribute pc:TableCellRoleType / @columnIndexAttribute pc:TableCellRoleType / @rowSpanAttribute pc:TableCellRoleType / @colSpanAttribute pc:TableCellRoleType / @headerComplex Type pc:TableCellRoleType
Type Complex Type pc:TableCellRoleType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
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
<element name="TableCellRole" type="pc:TableCellRoleType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Data for a region that takes on the role of a table cell within a parent table region.</documentation>
  </annotation>
</element>