Elementgml:pointMember
定義
構成要素となる点。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<element name="pointMember" type="gml:PointPropertyType">
	<annotation>
		<documentation>This property element either references a Point via the XLink-attributes or contains the Point element.</documentation>
	</annotation>
</element>
XMLインスタンスのサンプル
<gml:pointMember>
    <gml:Point>
        <gml:pos>
            <!--省略-->
        </gml:pos>
    </gml:Point>
</gml:pointMember>