Definition Type: ComplexType
Name: GridType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometryType
Containing Schema: grids.xsd
Abstract
Documentation:
Implicitly defines an unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.
Collapse XSD Schema Diagram:
Drilldown into axisName in schema grids_xsd Drilldown into limits in schema grids_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into dimension in schema grids_xsdXSD Diagram of GridType in schema grids_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GridType">
    <annotation>
        <documentation>Implicitly defines an unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometryType">
            <sequence>
                <element name="limits" type="gml:GridLimitsType" />
                <element name="axisName" type="string" maxOccurs="unbounded" />
            </sequence>
            <attribute name="dimension" type="positiveInteger" use="required" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
limits gml:limits (1) (1)
axisName gml:axisName (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
dimension gml:dimension Required
Collapse Derivation Tree:
Collapse References:
gml:Gridgml:RectifiedGridType,