complexType KnotType
diagram index_p1529.png
namespace http://www.opengis.net/gml
children gml:value gml:multiplicity gml:weight
used by
element KnotPropertyType/Knot
annotation
documentation
A knot is a breakpoint on a piecewise spline curve.
source <xs:complexType name="KnotType">
 
<xs:annotation>
   
<xs:documentation>A knot is a breakpoint on a piecewise spline curve.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="value" type="double">
     
<xs:annotation>
       
<xs: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.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="multiplicity" type="nonNegativeInteger">
     
<xs:annotation>
       
<xs:documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="weight" type="double">
     
<xs:annotation>
       
<xs:documentation>The property "weight" is the value of the averaging weight used for this knot of the spline.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element KnotType/value
diagram index_p1530.png
namespace http://www.opengis.net/gml
type xs:double
properties
isRef 0
content simple
used by
complexType ParameterValueType
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.
source <xs:element name="value" type="double">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:element>

element KnotType/multiplicity
diagram index_p1531.png
namespace http://www.opengis.net/gml
type xs:nonNegativeInteger
properties
isRef 0
content simple
annotation
documentation
The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).
source <xs:element name="multiplicity" type="nonNegativeInteger">
 
<xs:annotation>
   
<xs:documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</xs:documentation>
 
</xs:annotation>
</xs:element>

element KnotType/weight
diagram index_p1532.png
namespace http://www.opengis.net/gml
type xs:double
properties
isRef 0
content simple
annotation
documentation
The property "weight" is the value of the averaging weight used for this knot of the spline.
source <xs:element name="weight" type="double">
 
<xs:annotation>
   
<xs:documentation>The property "weight" is the value of the averaging weight used for this knot of the spline.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy