Definition Type: ComplexType
Name: KnotType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
A knot is a breakpoint on a piecewise spline curve.
Collapse XSD Schema Diagram:
Drilldown into weight in schema geometryprimitives_xsd Drilldown into multiplicity in schema geometryprimitives_xsd Drilldown into value in schema geometryprimitives_xsdXSD Diagram of KnotType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="KnotType">
    <annotation>
        <documentation>A knot is a breakpoint on a piecewise spline curve.</documentation>
    </annotation>
    <sequence>
        <element name="value" type="double">
            <annotation>
                <documentation>The property "value" is the value of the parameter at the knot of the spline. The sequence of knots shall be a non-decreasing sequence. That is, each knot's value in the sequence shall be equal to or greater than the previous knot's value. The use of equal consecutive knots is normally handled using the multiplicity.</documentation>
            </annotation>
        </element>
        <element name="multiplicity" type="nonNegativeInteger">
            <annotation>
                <documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</documentation>
            </annotation>
        </element>
        <element name="weight" type="double">
            <annotation>
                <documentation>The property "weight" is the value of the averaging weight used for this knot of the spline.</documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
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:
Collapse References:
gml:Knot