Elementbldg:boundedBy
定義
形状を構成する境界面。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<xs:element name="boundedBy" type="BoundarySurfacePropertyType" minOccurs="0" maxOccurs="unbounded"/>
XMLインスタンスのサンプル
<bldg:boundedBy>
    <bldg:FloorSurface>
        <gml:description>[概要]</gml:description>
        <gml:name>[名称]</gml:name>
        <core:creationDate>2024-03-31</core:creationDate>
        <core:terminationDate>0001-01-01</core:terminationDate>
        <bldg:lod4MultiSurface>
            <gml:MultiSurface>
                <gml:surfaceMember>
                    <gml:Polygon gml:id="floor_40000000-0000-0000-0000-000000000000">
                        <gml:exterior>
                            <gml:LinearRing>
                                <gml:posList>
                                    <!--省略-->
                                </gml:posList>
                            </gml:LinearRing>
                        </gml:exterior>
                    </gml:Polygon>
                </gml:surfaceMember>
                <!--省略-->
            </gml:MultiSurface>
        </bldg:lod4MultiSurface>
        <bldg:opening>
            <bldg:Door>
                <gml:description>[概要]</gml:description>
                <gml:name>[名称]</gml:name>
                <core:creationDate>2024-03-31</core:creationDate>
                <core:terminationDate>0001-01-01</core:terminationDate>
                <bldg:lod4MultiSurface>
                    <gml:MultiSurface>
                        <gml:surfaceMember>
                            <gml:Polygon gml:id="floordoor_40000000-0000-0000-0000-000000000000">
                                <gml:exterior>
                                    <gml:LinearRing>
                                        <gml:posList>
                                            <!--省略-->
                                        </gml:posList>
                                    </gml:LinearRing>
                                </gml:exterior>
                            </gml:Polygon>
                        </gml:surfaceMember>
                        <!--省略-->
                    </gml:MultiSurface>
                </bldg:lod4MultiSurface>
                <uro:ifcOpeningAttribute>
                    <uro:IfcDoor>
                        <uro:globalId>e000000000000000000000</uro:globalId>
                        <uro:name>[名称]</uro:name>
                        <uro:description>[追加説明]</uro:description>
                        <uro:objectType>[特定の型]</uro:objectType>
                        <uro:tag>C00000</uro:tag>
                        <uro:elementType codeSpace="../../codelists/IfcBuildingElement_elementType.xml">BE_04</uro:elementType>
                        <uro:overallHeight uom="m">2.4</uro:overallHeight>
                        <uro:overallWidth uom="m">1.5</uro:overallWidth>
                    </uro:IfcDoor>
                </uro:ifcOpeningAttribute>
                <uro:indoorOpeningAttribute>
                    <uro:IndoorZoneAttribute>
                        <uro:source codeSpace="../../codelists/Common_indoorSource.xml">1</uro:source>
                        <uro:floorId>F001</uro:floorId>
                    </uro:IndoorZoneAttribute>
                </uro:indoorOpeningAttribute>
            </bldg:Door>
        </bldg:opening>
        <uro:indoorBoundarySurfaceAttribute>
            <uro:IndoorZoneAttribute>
                <uro:source codeSpace="../../codelists/Common_indoorSource.xml">1</uro:source>
                <uro:floorId>F001</uro:floorId>
            </uro:IndoorZoneAttribute>
        </uro:indoorBoundarySurfaceAttribute>
    </bldg:FloorSurface>
</bldg:boundedBy>