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 | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <complexType name="ArcStringType"> <complexContent> <extension base="gml:AbstractCurveSegmentType"> <sequence> <choice> <choice minOccurs="3" maxOccurs="unbounded"> <element ref="gml:pos"/> <element ref="gml:pointProperty"/> <element ref="gml:pointRep"/> </choice> <element ref="gml:posList"/> <element ref="gml:coordinates"/> </choice> </sequence> <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArc3Points"/> <attribute name="numArc" type="integer"/> </extension> </complexContent> </complexType> |
type | gml:CurveInterpolationType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
source | <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArc3Points"/> |
type | integer | ||
properties |
|
||
source | <attribute name="numArc" type="integer"/> |