gmd:MD_GridSpatialRepresentation_Type

Types and numbers of raster spatial objects in the dataset

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Source

<xs:complexType name="MD_GridSpatialRepresentation_Type">
  <xs:annotation>
    <xs:documentation>Types and numbers of raster spatial objects in the dataset</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gmd:AbstractMD_SpatialRepresentation_Type">
      <xs:sequence>
        <xs:element name="numberOfDimensions" type="gco:Integer_PropertyType"/>
        <xs:element name="axisDimensionProperties" type="gmd:MD_Dimension_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="cellGeometry" type="gmd:MD_CellGeometryCode_PropertyType"/>
        <xs:element name="transformationParameterAvailability" type="gco:Boolean_PropertyType"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>