ComplexTypegml:AbstractCurveType
gml:AbstractCurveType
gml:OrientableCurveType
定義
全ての曲線要素の抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
XMLスキーマ
<complexType name="AbstractCurveType" abstract="true">
	<annotation>
		<documentation>An abstraction of a curve to support the different levels of complexity. The curve can always be viewed as a geometric 
		primitive, i.e. is continuous.</documentation>
	</annotation>
	<complexContent>
		<extension base="gml:AbstractGeometricPrimitiveType"/>
	</complexContent>
</complexType>