| Namespace | http://www.opengis.net/gml/3.2 | 
                     
                        | Diagram |  | 
                     
                        | Type | restriction of gml:ArcStringByBulgeType | 
                     
                        | Type hierarchy |  | 
                     
                        | Used by |  | 
                     
                        | Model | (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:bulge , gml:normal | 
                     
                        | Children | gml:bulge, gml:coordinates, gml:normal, gml:pointProperty, gml:pointRep, gml:pos, gml:posList | 
                     
                        | Attributes |  | 
                     
                        | Source | 
                              
                                 
                                    | <complexType name="ArcByBulgeType">
  <complexContent>
    <restriction base="gml:ArcStringByBulgeType">
      <sequence>
        <choice>
          <choice minOccurs="2" maxOccurs="2">
            <element ref="gml:pos"/>
            <element ref="gml:pointProperty"/>
            <element ref="gml:pointRep"/>
          </choice>
          <element ref="gml:posList"/>
          <element ref="gml:coordinates"/>
        </choice>
        <element name="bulge" type="double"/>
        <element name="normal" type="gml:VectorType"/>
      </sequence>
      <attribute name="numArc" type="integer" fixed="1"/>
    </restriction>
  </complexContent>
</complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd |