Namespace |
http://www.opengis.net/gml/3.2 |
Diagram
|
|
Type |
restriction of gml:BSplineType |
Type hierarchy |
|
Used by
|
|
Model |
(gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:degree , gml:knot{2,2} |
Children |
gml:coordinates, gml:degree, gml:knot, gml:pointProperty, gml:pointRep, gml:pos, gml:posList |
Attributes
|
|
Source
|
<complexType name="BezierType">
<complexContent>
<restriction base="gml:BSplineType">
<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="2"/>
</sequence>
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="polynomialSpline"/>
<attribute name="isPolynomial" type="boolean" fixed="true"/>
<attribute name="knotType" type="gml:KnotTypesType" use="prohibited"/>
</restriction>
</complexContent>
</complexType> |
|
Schema location |
http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd |