Elementbrid:outerBridgeConstruction
定義
構成する部分のうち、橋脚、橋台のような構造上不可欠な部分(brid:BridgeConstructionElement)。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<xs:element name="outerBridgeConstruction" type="BridgeConstructionElementPropertyType" minOccurs="0" maxOccurs="unbounded"/>
XMLインスタンスのサンプル
<brid:outerBridgeConstruction>
    <brid:BridgeConstructionElement>
        <gml:description>[概要]</gml:description>
        <gml:name>[名称]</gml:name>
        <core:creationDate>2024-03-31</core:creationDate>
        <core:terminationDate>0001-01-01</core:terminationDate>
        <brid:function codeSpace="../../codelists/BridgeConstructionElement_function.xml">01</brid:function>
        <brid:lod2Geometry>
            <gml:MultiSurface>
                <gml:surfaceMember>
                    <gml:Polygon>
                        <gml:exterior>
                            <gml:LinearRing>
                                <gml:posList><!--省略--></gml:posList>
                            </gml:LinearRing>
                        </gml:exterior>
                    </gml:Polygon>
                </gml:surfaceMember>
                <!--省略-->
            </gml:MultiSurface>
        </brid:lod2Geometry>
        <brid:lod3Geometry>
            <gml:MultiSurface>
                <gml:surfaceMember>
                    <gml:Polygon>
                        <gml:exterior>
                            <gml:LinearRing>
                                <gml:posList><!--省略--></gml:posList>
                            </gml:LinearRing>
                        </gml:exterior>
                    </gml:Polygon>
                </gml:surfaceMember>
                <!--省略-->
            </gml:MultiSurface>
        </brid:lod3Geometry>
        <brid:lod4Geometry>
            <gml:MultiSurface>
                <gml:surfaceMember>
                    <gml:Polygon>
                        <gml:exterior>
                            <gml:LinearRing>
                                <gml:posList><!--省略--></gml:posList>
                            </gml:LinearRing>
                        </gml:exterior>
                    </gml:Polygon>
                </gml:surfaceMember>
                <!--省略-->
            </gml:MultiSurface>
        </brid:lod4Geometry>
    </brid:BridgeConstructionElement>
</brid:outerBridgeConstruction>