ComplexTypegml:AbstractGMLType
gml:AbstractGMLType
tex:AbstractAppearanceType
gml:AbstractStyleType
gml:FeatureStyleType
gml:BaseStyleDescriptorType
gml:AbstractTimeSliceType
gml:BagType
gml:ArrayType
gml:AbstractTimeObjectType
gml:AbstractTopologyType
gml:CompositeValueType
定義
主要な要素の抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
XMLスキーマ
<complexType name="AbstractGMLType" abstract="true">
	<annotation>
		<documentation>All complexContent GML elements are directly or indirectly derived from this abstract supertype 
to establish a hierarchy of GML types that may be distinguished from other XML types by their ancestry. 
Elements in this hierarchy may have an ID and are thus referenceable.</documentation>
	</annotation>
	<sequence>
		<group ref="gml:StandardObjectProperties"/>
	</sequence>
	<attribute ref="gml:id" use="optional"/>
</complexType>