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