Definition Type: Element
Name: degree
Namespace: http://www.opengis.net/gml
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: geometryPrimitives.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The attribute "degree" shall be the degree of the polynomial used for interpolation in this spline.
Collapse XSD Schema Diagram:
XSD Diagram of degree in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="degree" type="nonNegativeInteger">
    <annotation>
        <documentation>The attribute "degree" shall be the degree of the polynomial used for interpolation in this spline.</documentation>
    </annotation>
</element>