Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element gml:PointGrid / gml:rows
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index75.tmp#id583
Properties
content: complex
Model gml:Row+
Children gml:Row
Instance
<gml:rows>
  <gml:Row>{1,unbounded}</gml:Row>
</gml:rows>
Source
<element name="rows">
  <complexType>
    <sequence>
      <element name="Row" maxOccurs="unbounded">
        <complexType>
          <group ref="gml:geometricPositionListGroup"/>
        </complexType>
      </element>
    </sequence>
  </complexType>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:rows / gml:PointGrid / gml:Row
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index93.tmp#id329 index90.tmp#id119 index91.tmp#id327 index190.tmp#id553 index191.tmp#id584
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>
    <group ref="gml:geometricPositionListGroup"/>
  </complexType>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element Group gml:PointGrid
Namespace http://www.opengis.net/gml/3.2
Annotations
A gml:PointGrid group contains or references points or positions which are organised into sequences or grids. All rows shall have the same number of positions (columns).
Diagram
Diagram index75.tmp#id582
Used by
Model gml:rows
Children gml:rows
Source
<group name="PointGrid">
  <annotation>
    <documentation>A gml:PointGrid group contains or references points or positions which are organised into sequences or grids. All rows shall have the same number of positions (columns).</documentation>
  </annotation>
  <sequence>
    <element name="rows">
      <complexType>
        <sequence>
          <element name="Row" maxOccurs="unbounded">
            <complexType>
              <group ref="gml:geometricPositionListGroup"/>
            </complexType>
          </element>
        </sequence>
      </complexType>
    </element>
  </sequence>
</group>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd