Documentation for fieldgml

Simple Type: KnotTypesType

[Table of contents]

Super-types: string < KnotTypesType (by restriction)
Sub-types: None
Name KnotTypesType
Content
  • Base XSD Type: string
  • value comes from list: {'uniform'|'quasiUniform'|'piecewiseBezier'}
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.
Diagram
Schema Component Representation
<simpleType name="KnotTypesType">
<restriction base=" string ">
<enumeration value="uniform"/>
<enumeration value="quasiUniform"/>
<enumeration value="piecewiseBezier"/>
</restriction>
</simpleType>