This enumeration type specifies values for the knots' type (see ISO 19107:2003, 6.4.25). |
Attributes | gml:BSplineType/@knotType, gml:BezierType/@knotType |
<simpleType name="KnotTypesType"> <annotation> <documentation>This enumeration type specifies values for the knots' type (see ISO 19107:2003, 6.4.25).</documentation> </annotation> <restriction base="string"> <enumeration value="uniform"/> <enumeration value="quasiUniform"/> <enumeration value="piecewiseBezier"/> </restriction> </simpleType> |