simpleType KnotTypesType
namespace http://www.opengis.net/gml
type restriction of xs:string
used by
attributes BSplineType/@knotType BezierType/@knotType
facets
Kind Value annotation 
enumeration uniform 
enumeration quasiUniform 
enumeration piecewiseBezier 
annotation
documentation
Defines allowed values for the knots` type. Uniform knots implies that all knots are of multiplicity 1 and they differ by a positive constant from the preceding knot. Knots are quasi-uniform iff they are of multiplicity (degree + 1) at the ends, of multiplicity 1 elsewhere, and they differ by a positive constant from the preceding knot.
source <xs:simpleType name="KnotTypesType">
 
<xs:annotation>
   
<xs:documentation>Defines allowed values for the knots` type. Uniform knots implies that all knots are of multiplicity 1 and they differ by a positive constant from the preceding knot. Knots are quasi-uniform iff they are of multiplicity (degree + 1) at the ends, of multiplicity 1 elsewhere, and they differ by a positive constant from the preceding knot.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="uniform"/>
   
<xs:enumeration value="quasiUniform"/>
   
<xs:enumeration value="piecewiseBezier"/>
 
</xs:restriction>
</xs:simpleType>


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