Elementgml:LineStringSegment
gml:_CurveSegment
gml:LineStringSegment
定義
連続した直線のセグメント(部分)を表す要素。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
以下のいずれかを選択
choice
gml:pointProperty
gml:PointPropertyType [2..*]
gml:pointRep
gml:PointPropertyType [2..*]
gml:coordinates
gml:CoordinatesType [1]
XMLスキーマ
<element name="LineStringSegment" type="gml:LineStringSegmentType" substitutionGroup="gml:_CurveSegment"/>
XMLインスタンスのサンプル
<gml:LineStringSegment>
    <gml:posList>
        <!--省略-->
    </gml:posList>
</gml:LineStringSegment>