Definition Type: ComplexType
Name: AbstractGriddedSurfaceType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:AbstractParametricCurveSurfaceType
Containing Schema: geometryPrimitives.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into rows in schema geometryprimitives_xsd Drilldown into PointGrid in schema geometryprimitives_xsd Drilldown into AbstractSurfacePatchType in schema geometryprimitives_xsd Drilldown into aggregationType in schema gmlbase_xsd Drilldown into AggregationAttributeGroup in schema gmlbase_xsd Drilldown into AbstractParametricCurveSurfaceType in schema geometryprimitives_xsd Drilldown into columns in schema geometryprimitives_xsd Drilldown into rows in schema geometryprimitives_xsdXSD Diagram of AbstractGriddedSurfaceType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractGriddedSurfaceType" abstract="true">
    <complexContent>
        <extension base="gml:AbstractParametricCurveSurfaceType">
            <sequence>
                <group ref="gml:PointGrid" />
            </sequence>
            <attribute name="rows" type="integer" />
            <attribute name="columns" type="integer" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rows gml:rows (1) (1)
<xs:group> gml:PointGrid (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
aggregationType gml:aggregationType (Optional)
rows gml:rows (Optional)
columns gml:columns (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractGriddedSurfacegml:ConeType, gml:CylinderType, gml:SphereType,