ComplexTypegml:PolygonType
gml:PolygonType
定義
多角形(ポリゴン)を表す型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
XMLスキーマ
<complexType name="PolygonType">
	<annotation>
		<documentation>A Polygon is a special surface that is defined by a single surface patch. The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. It is backwards compatible with the Polygon of GML 2, GM_Polygon of ISO 19107 is implemented by PolygonPatch.</documentation>
	</annotation>
	<complexContent>
		<extension base="gml:AbstractSurfaceType">
			<sequence>
				<element ref="gml:exterior" minOccurs="0"/>
				<element ref="gml:interior" minOccurs="0" maxOccurs="unbounded"/>
			</sequence>
		</extension>
	</complexContent>
</complexType>