Elementgml:curveMember
定義
集まりを構成する線。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<element name="curveMember" type="gml:CurvePropertyType">
	<annotation>
		<documentation>This property element either references a curve via the XLink-attributes or contains the curve element. A curve element is any element which is substitutable for "_Curve".</documentation>
	</annotation>
</element>
XMLインスタンスのサンプル
<gml:curveMember>
    <gml:LineString>
        <gml:posList><!--省略--></gml:posList>
    </gml:LineString>
</gml:curveMember>