| Namespace | http://www.opengis.net/gml/3.2 | 
                     
                        | Diagram |  | 
                     
                        | Type | restriction of gml:ArcByCenterPointType | 
                     
                        | Type hierarchy |  | 
                     
                        | Used by |  | 
                     
                        | Model | (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:radius | 
                     
                        | Children | gml:coordinates, gml:pointProperty, gml:pointRep, gml:pos, gml:posList, gml:radius | 
                     
                        | Attributes |  | 
                     
                        | Source | 
                              
                                 
                                    | <complexType name="CircleByCenterPointType">
  <complexContent>
    <restriction base="gml:ArcByCenterPointType">
      <sequence>
        <choice>
          <choice>
            <element ref="gml:pos"/>
            <element ref="gml:pointProperty"/>
            <element ref="gml:pointRep"/>
          </choice>
          <element ref="gml:posList"/>
          <element ref="gml:coordinates"/>
        </choice>
        <element name="radius" type="gml:LengthType"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd |