| diagram | 
					  | 
				
				
					| namespace | 
					http://www.opengis.net/gml/3.2 | 
				
				
					| type | 
					extension of gml:AbstractGriddedSurfaceType | 
				
				
					| properties | 
					| base  | gml:AbstractGriddedSurfaceType |  
  | 
				
				
					| children | 
					gml:rows | 
				
				
					| used by | 
					 | 
				
				
					| attributes | 
					 | 
				
				
					| source | 
					<complexType name="SphereType"> 
  <complexContent> 
    <extension base="gml:AbstractGriddedSurfaceType"> 
      <attribute name="horizontalCurveType" type="gml:CurveInterpolationType" fixed="circularArc3Points"/> 
      <attribute name="verticalCurveType" type="gml:CurveInterpolationType" fixed="circularArc3Points"/> 
    </extension> 
  </complexContent> 
</complexType> |