Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:AbstractGriddedSurfaceType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index360.tmp#id519 index50.tmp#id371 index361.tmp#id536 index362.tmp#id539 index362.tmp#id540 index363.tmp#id533 index363.tmp#id532
Type extension of gml:AbstractParametricCurveSurfaceType
Type hierarchy
Properties
abstract: true
Used by
Model gml:rows
Children gml:rows
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
columns integer optional
rows integer optional
Source
<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>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:AbstractGriddedSurfaceType / @rows
Namespace No namespace
Type integer
Properties
content: simple
Used by
Source
<attribute name="rows" type="integer"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:AbstractGriddedSurfaceType / @columns
Namespace No namespace
Type integer
Properties
content: simple
Used by
Source
<attribute name="columns" type="integer"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd