| Namespace | http://www.isotc211.org/2005/gmd | 
                     
                        | Diagram |  | 
                     
                        | Type | extension of gco:AbstractObject_Type | 
                     
                        | Type hierarchy |  | 
                     
                        | Used by |  | 
                     
                        | Model | gmd:dimensionName , gmd:dimensionSize , gmd:resolution{0,1} | 
                     
                        | Children | gmd:dimensionName, gmd:dimensionSize, gmd:resolution | 
                     
                        | Attributes | 
                              
                                 
                                    
                                       | QName | Type | Fixed | Default | Use | Annotation |  
                                    | id | xs:ID |  |  | optional |  |  
                                    | uuid | xs:string |  |  | optional |  |  | 
                     
                        | Source | 
                              
                                 
                                    | <xs:complexType name="MD_Dimension_Type">
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="dimensionName" type="gmd:MD_DimensionNameTypeCode_PropertyType"/>
        <xs:element name="dimensionSize" type="gco:Integer_PropertyType"/>
        <xs:element name="resolution" type="gco:Measure_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/iso/19139/20070417/gmd/spatialRepresentation.xsd |