Complex Type pc:GridType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Matrix of grid points defining the table grid on the page.
Diagram
Element pc:GridType / pc:GridPoints
Used by
Model Element pc:GridType / pc:GridPoints
Children Element pc:GridType / pc:GridPoints
Source
<complexType name="GridType">
  <annotation>
    <documentation>Matrix of grid points defining the table grid on the page.</documentation>
  </annotation>
  <sequence>
    <element name="GridPoints" type="pc:GridPointsType" minOccurs="2" maxOccurs="unbounded">
      <annotation>
        <documentation>One row in the grid point matrix. Points with x,y coordinates. (note: for a table with n table rows there should be n+1 grid rows)</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>

Element pc:GridType / pc:GridPoints

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
One row in the grid point matrix.
Points with x,y coordinates.
(note: for a table with n table rows there should be n+1 grid rows)
Diagram
Attribute pc:GridPointsType / @indexAttribute pc:GridPointsType / @pointsComplex Type pc:GridPointsType
Type Complex Type pc:GridPointsType
Properties
content: complex
minOccurs: 2
maxOccurs: unbounded
Attributes
QName Type Use
Attribute pc:GridPointsType / @index int required
The grid row index
Attribute pc:GridPointsType / @points Simple Type pc:PointsType required
Source
<element name="GridPoints" type="pc:GridPointsType" minOccurs="2" maxOccurs="unbounded">
  <annotation>
    <documentation>One row in the grid point matrix. Points with x,y coordinates. (note: for a table with n table rows there should be n+1 grid rows)</documentation>
  </annotation>
</element>