Elementgml:surfaceMember
定義
集まりを構成する面。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<element name="surfaceMember" type="gml:SurfacePropertyType">
	<annotation>
		<documentation>This property element either references a surface via the XLink-attributes or contains the surface element. A surface element is any element which is substitutable for "_Surface".</documentation>
	</annotation>
</element>
XMLインスタンスのサンプル
<gml:surfaceMember>
    <gml:Polygon gml:id="roof_20000000-0000-0000-0000-000000000000">
        <gml:exterior>
            <gml:LinearRing>
                <gml:posList><!--省略--></gml:posList>
            </gml:LinearRing>
        </gml:exterior>
    </gml:Polygon>
</gml:surfaceMember>