Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element gml:PointGrid / gml:row
Namespace http://www.opengis.net/gml
Diagram
Diagram index41.tmp#id194 index42.tmp#id71 index43.tmp#id189 index44.tmp#id412 index45.tmp#id413
Properties
content: complex
maxOccurs: unbounded
Model (gml:posList | gml:pos | gml:pointProperty)
Children gml:pointProperty, gml:pos, gml:posList
Instance
<gml:row>
  <gml:posList axisLabels="" count="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:posList>
</gml:row>
Source
<element name="row" maxOccurs="unbounded">
  <complexType>
    <sequence>
      <group ref="gml:geometricPositionListGroup"/>
    </sequence>
  </complexType>
</element>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd
Element Group gml:PointGrid
Namespace http://www.opengis.net/gml
Annotations
Reference points which are organised
into sequences or grids(sequences of equal length sequences).
Diagram
Diagram index162.tmp#id668
Used by
Model gml:row+
Children gml:row
Source
<group name="PointGrid">
  <annotation>
    <documentation>Reference points which are organised into sequences or grids(sequences of equal length sequences).</documentation>
  </annotation>
  <sequence>
    <element name="row" maxOccurs="unbounded">
      <complexType>
        <sequence>
          <group ref="gml:geometricPositionListGroup"/>
        </sequence>
      </complexType>
    </element>
  </sequence>
</group>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd