| Namespace | http://www.opengis.net/gml/3.2 | 
                     
                        | Diagram |  | 
                     
                        | Type | extension of gml:AbstractCurveSegmentType | 
                     
                        | Type hierarchy |  | 
                     
                        | Used by |  | 
                     
                        | Model | (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:radius , gml:startAngle{0,1} , gml:endAngle{0,1} | 
                     
                        | Children | gml:coordinates, gml:endAngle, gml:pointProperty, gml:pointRep, gml:pos, gml:posList, gml:radius, gml:startAngle | 
                     
                        | Attributes |  | 
                     
                        | Source | 
                              
                                 
                                    | <complexType name="ArcByCenterPointType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <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"/>
        <element name="startAngle" type="gml:AngleType" minOccurs="0"/>
        <element name="endAngle" type="gml:AngleType" minOccurs="0"/>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius"/>
      <attribute name="numArc" type="integer" use="required" fixed="1"/>
    </extension>
  </complexContent>
</complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd |