Elementuro:ifcBuildingAttribute
定義
IDM・MVDで定義されるIFCのクラス及びプロパティセットに含まれる情報。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
  <xs:element name="ifcBuildingAttribute" type="uro:IfcAttributePropertyType" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding"/>
XMLインスタンスのサンプル
<uro:ifcBuildingAttribute>
    <uro:IfcBuilding>
        <uro:globalId>b000000000000000000000</uro:globalId>
        <uro:name>[建物名称]</uro:name>
        <uro:description>[追加説明]</uro:description>
        <uro:objectType>[特定の型]</uro:objectType>
        <uro:longName>[敷地名称]</uro:longName>
        <uro:compositionType>ELEMENT</uro:compositionType>
        <uro:elevationOfRefHeight uom="m">-5.00</uro:elevationOfRefHeight>
        <uro:elevationOfTerrain uom="m">0.00</uro:elevationOfTerrain>
        <uro:buildingAddress>
            <core:Address>
                <core:xalAddress>
                    <xAL:AddressDetails>
                        <xAL:Country>
                        <xAL:CountryName>日本</xAL:CountryName>
                        <xAL:Locality>
                            <xAL:LocalityName Type="prefecture">東京都</xAL:LocalityName>
                            <xAL:LocalityName Type="city">○○区</xAL:LocalityName>
                            <xAL:DependentLocality Type="district">
                                <xAL:DependentLocalityName>××</xAL:DependentLocalityName>
                                <xAL:DependentLocalityNumber>2-2-3</xAL:DependentLocalityNumber>
                            </xAL:DependentLocality>
                        </xAL:Locality>
                        </xAL:Country>
                    </xAL:AddressDetails>
                </core:xalAddress>
            </core:Address>
        </uro:buildingAddress>
    </uro:IfcBuilding>
</uro:ifcBuildingAttribute>