ComplexTypegml:AbstractSurfaceType
gml:AbstractSurfaceType
gml:SurfaceType
定義
全てのサーフェス要素の抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
XMLスキーマ
<complexType name="AbstractSurfaceType">
	<annotation>
		<documentation>An abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.</documentation>
	</annotation>
	<complexContent>
		<extension base="gml:AbstractGeometricPrimitiveType"/>
	</complexContent>
</complexType>