Definition Type: Group
Name: PointGrid
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryPrimitives.xsd
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).
Collapse XSD Schema Diagram:
Drilldown into rows in schema geometryprimitives_xsdXSD Diagram of PointGrid in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rows gml:rows (1) (1)