Definition Type: Element
Name: Knot
Namespace: http://www.opengis.net/gml/3.2
Type: gml:KnotType
Containing Schema: geometryPrimitives.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A knot is a breakpoint on a piecewise spline curve. value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2). multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight). weight is the value of the averaging weight used for this knot of the spline.
Collapse XSD Schema Diagram:
Drilldown into weight in schema geometryprimitives_xsd Drilldown into multiplicity in schema geometryprimitives_xsd Drilldown into value in schema geometryprimitives_xsd Drilldown into KnotType in schema geometryprimitives_xsdXSD Diagram of Knot in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Knot" type="gml:KnotType">
    <annotation>
        <documentation>A knot is a breakpoint on a piecewise spline curve.
value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2).
multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight).
weight is the value of the averaging weight used for this knot of the spline.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
value gml:value (1) (1)
multiplicity gml:multiplicity (1) (1)
weight gml:weight (1) (1)
Collapse Derivation Tree: