Complex Type pc:GridPointsType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Points with x,y coordinates.
Diagram
Attribute pc:GridPointsType / @indexAttribute pc:GridPointsType / @points
Used by
Attributes
QName Type Use
Attribute pc:GridPointsType / @index int required
The grid row index
Attribute pc:GridPointsType / @points Simple Type pc:PointsType required
Source
<complexType name="GridPointsType">
  <annotation>
    <documentation>Points with x,y coordinates.</documentation>
  </annotation>
  <attribute name="index" type="int" use="required">
    <annotation>
      <documentation>The grid row index</documentation>
    </annotation>
  </attribute>
  <attribute name="points" type="pc:PointsType" use="required"/>
</complexType>

Attribute pc:GridPointsType / @index

Namespace No namespace
Annotations
The grid row index
Type int
Properties
use: required
Used by
Source
<attribute name="index" type="int" use="required">
  <annotation>
    <documentation>The grid row index</documentation>
  </annotation>
</attribute>

Attribute pc:GridPointsType / @points

Namespace No namespace
Type Simple Type pc:PointsType
Properties
use: required
Facets
pattern ([0-9]+,[0-9]+ )+([0-9]+,[0-9]+)
Used by
Source
<attribute name="points" type="pc:PointsType" use="required"/>