ComplexTypegml:AbstractFeatureCollectionType
gml:AbstractFeatureCollectionType
gml:FeatureCollectionType
定義
複数のフィーチャを保持するための属性を保持するために用いられる抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
core:cityObjectMember
gml:FeaturePropertyType [0..*]
app:appearanceMember
gml:FeaturePropertyType [0..*]
gml:featureMembers
gml:FeatureArrayPropertyType [0..1]
XMLスキーマ
<complexType name="AbstractFeatureCollectionType" abstract="true">
	<annotation>
		<documentation>A feature collection contains zero or more features.</documentation>
	</annotation>
	<complexContent>
		<extension base="gml:AbstractFeatureType">
			<sequence>
				<element ref="gml:featureMember" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="gml:featureMembers" minOccurs="0"/>
			</sequence>
		</extension>
	</complexContent>
</complexType>