ComplexTypegml:AbstractGeometricPrimitiveType
gml:AbstractGeometricPrimitiveType
定義
幾何学プリミティブの基本となる抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
XMLスキーマ
<complexType name="AbstractGeometricPrimitiveType" abstract="true">
	<annotation>
		<documentation>This is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not 
		decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their 
		coordinate tuples.</documentation>
	</annotation>
	<complexContent>
		<extension base="gml:AbstractGeometryType"/>
	</complexContent>
</complexType>