Definition Type: Group
Name: PointGrid
Namespace: http://www.opengis.net/gml
Containing Schema: geometryPrimitives.xsd
Documentation:
Reference points which are organised into sequences or grids(sequences of equal length sequences).
Collapse XSD Schema Diagram:
Drilldown into row in schema geometryprimitives_xsdXSD Diagram of PointGrid in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
row gml:row (1) unbounded