diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||||||||||||||||||||||||||||||
type | extension of gml:AbstractCurveSegmentType | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | gml:pos gml:pointProperty gml:pointRep gml:posList gml:coordinates gml:degree gml:knot | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <complexType name="BSplineType"> <complexContent> <extension base="gml:AbstractCurveSegmentType"> <sequence> <choice> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="gml:pos"/> <element ref="gml:pointProperty"/> <element ref="gml:pointRep"/> </choice> <element ref="gml:posList"/> <element ref="gml:coordinates"/> </choice> <element name="degree" type="nonNegativeInteger"/> <element name="knot" type="gml:KnotPropertyType" minOccurs="2" maxOccurs="unbounded"/> </sequence> <attribute name="interpolation" type="gml:CurveInterpolationType" default="polynomialSpline"/> <attribute name="isPolynomial" type="boolean"/> <attribute name="knotType" type="gml:KnotTypesType"/> </extension> </complexContent> </complexType> |
type | gml:CurveInterpolationType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
source | <attribute name="interpolation" type="gml:CurveInterpolationType" default="polynomialSpline"/> |
type | boolean | ||
properties |
|
||
source | <attribute name="isPolynomial" type="boolean"/> |
type | gml:KnotTypesType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <attribute name="knotType" type="gml:KnotTypesType"/> |
diagram | |||||
namespace | http://www.opengis.net/gml/3.2 | ||||
type | nonNegativeInteger | ||||
properties |
|
||||
source | <element name="degree" type="nonNegativeInteger"/> |
diagram | |||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||
type | gml:KnotPropertyType | ||||||||
properties |
|
||||||||
children | gml:Knot | ||||||||
source | <element name="knot" type="gml:KnotPropertyType" minOccurs="2" maxOccurs="unbounded"/> |