Elementuro:thematicShape
定義
埋設物の主題的な形状(高さをもった中心線又は中心点)。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
          <xs:element name="thematicShape" maxOccurs="unbounded" minOccurs="0" type="uro:ThematicShapePropertyType"/>
XMLインスタンスのサンプル
<uro:thematicShape>
    <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>
</uro:thematicShape>