Definition Type: Attribute
Name: numArc
Namespace: http://www.opengis.net/gml
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: geometryPrimitives.xsd
Use Optional
Documentation:
The number of arcs in the arc string can be explicitly stated in this attribute. The number of control points in the arc string must be 2 * numArc + 1.
Collapse XSD Schema Diagram:
XSD Diagram of numArc in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<attribute name="numArc" type="integer" use="optional">
    <annotation>
        <documentation>The number of arcs in the arc string can be explicitly stated in this attribute. The number of control points in the arc string must be 2 * numArc + 1.</documentation>
    </annotation>
</attribute>