Elementuro:ThematicShape
uro:ThematicShape
定義
地下埋設物の主題的な形状(高さをもった中心線又は中心点)を表すデータ型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
uro:horizontalType
gml:CodeType [0..1]
XMLスキーマ
  <xs:element name="ThematicShape" type="uro:ThematicShapeType"/>
XMLインスタンスのサンプル
<uro:ThematicShape>
    <uro:heightType codeSpace="../../codelists/ThematicShape_heightType.xml">2</uro:heightType>
    <uro:shape>
        <gml:CompositeCurve>
            <gml:curveMember>
                <gml:LineString>
                    <gml:posList><!--省略--></gml:posList>
                </gml:LineString>
            </gml:curveMember>
            <!--省略-->
        </gml:CompositeCurve>
    </uro:shape>
</uro:ThematicShape>