ComplexTypegml:BoundingShapeType
gml:BoundingShapeType
定義
領域を表すための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
以下のいずれかを選択
choice
gml:Envelope
gml:EnvelopeType [1]
gml:Null
gml:NullType [1]
XMLスキーマ
<complexType name="BoundingShapeType">
	<annotation>
		<documentation>Bounding shape.</documentation>
	</annotation>
	<sequence>
		<choice>
			<element ref="gml:Envelope"/>
			<element ref="gml:Null"/>
		</choice>
	</sequence>
</complexType>