Elementbldg:opening
定義
窓や扉への参照。LOD3又はLOD4の空間属性をもつ場合のみ開口部への参照を作成できる。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<xs:element name="opening" type="OpeningPropertyType" minOccurs="0" maxOccurs="unbounded"/>
XMLインスタンスのサンプル
<bldg:opening>
    <bldg:Window>
        <gml:description>[概要]</gml:description>
        <gml:name>[名称]</gml:name>
        <core:creationDate>2024-03-31</core:creationDate>
        <core:terminationDate>0001-01-01</core:terminationDate>
        <bldg:lod3MultiSurface>
            <gml:MultiSurface>
                <gml:surfaceMember>
                    <gml:Polygon>
                        <gml:exterior>
                            <gml:LinearRing>
                                <gml:posList>
                                    <!--省略-->
                                </gml:posList>
                            </gml:LinearRing>
                        </gml:exterior>
                    </gml:Polygon>
                </gml:surfaceMember>
                <!--省略-->
            </gml:MultiSurface>
        </bldg:lod3MultiSurface>
        <bldg:lod4MultiSurface>
            <gml:MultiSurface>
                <gml:surfaceMember>
                    <gml:Polygon>
                        <gml:exterior>
                            <gml:LinearRing>
                                <gml:posList>
                                    <!--省略-->
                                </gml:posList>
                            </gml:LinearRing>
                        </gml:exterior>
                    </gml:Polygon>
                </gml:surfaceMember>
                <!--省略-->
            </gml:MultiSurface>
        </bldg:lod4MultiSurface>
        <uro:ifcOpeningAttribute>
            <uro:IfcWindow>
                <uro:globalId>k000000000000000000000</uro:globalId>
                <uro:name>[名称]</uro:name>
                <uro:description>[追加説明]</uro:description>
                <uro:objectType>[特定の型]</uro:objectType>
                <uro:tag>W0001</uro:tag>
                <uro:elementType codeSpace="../../codelists/IfcBuildingElement_elementType.xml">BE_15</uro:elementType>
                <uro:overallHeight uom="m">1.0</uro:overallHeight>
                <uro:overallWidth uom="m">3.0</uro:overallWidth>
            </uro:IfcWindow>
        </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:Window>
</bldg:opening>