Elementgrp:CityObjectGroup
grp:CityObjectGroup
定義
都市オブジェクトの集まり。
建築物モデル(LOD4)では、多数の層からなる建築物における、それぞれの層(階)を部屋(bldg:Room)の集まりとして表現する場合及び施設管理者等により任意に設定された防火区画等の領域(任意設定空間)を部屋の集まりとして表現する場合に使用する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
xs:date [0..1]
xs:date [0..1]
core:externalReference
core:ExternalReferenceType [0..*]
core:generalizesTo
core:GeneralizationRelationType [0..*]
core:relativeToTerrain
core:RelativeToTerrainType [0..1]
core:relativeToWater
core:RelativeToWaterType [0..1]
app:appearance
app:AppearancePropertyType [0..*]
grp:usage
gml:CodeType [0..*]
grp:geometry
gml:GeometryPropertyType [0..1]
uro:fiscalYearOfPublication
xs:gYear [0..*]
uro:language
gml:CodeType [0..*]
XMLスキーマ
<xs:element name="CityObjectGroup" type="CityObjectGroupType" substitutionGroup="core:_CityObject"/>
XMLインスタンスのサンプル
<grp:CityObjectGroup>
    <gml:description>[階を識別する名称]</gml:description>
    <gml:name>[名称]</gml:name>
    <core:creationDate>2024-03-31</core:creationDate>
    <core:terminationDate>0001-01-01</core:terminationDate>
    <gen:stringAttribute name="[汎用属性名称]">
        <gen:value>[汎用属性値]</gen:value>
    </gen:stringAttribute>
    <gen:intAttribute name="[汎用属性名称]">
        <gen:value>123</gen:value>
    </gen:intAttribute>
    <gen:doubleAttribute name="[汎用属性名称]">
        <gen:value>123.45</gen:value>
    </gen:doubleAttribute>
    <gen:dateAttribute name="[汎用属性名称]">
        <gen:value>2023-01-02</gen:value>
    </gen:dateAttribute>
    <gen:uriAttribute name="[汎用属性名称]">
        <gen:value>http://www.XXX.org/2014/OOOXXXX</gen:value>
    </gen:uriAttribute>
    <gen:measureAttribute name="[汎用属性名称]">
        <gen:value uom="m">123.45</gen:value>
    </gen:measureAttribute>
    <gen:genericAttributeSet name="[汎用属性セット名称]" codeSpace="[汎用属性のグループを維持管理する機関のURI]">
        <gen:stringAttribute name="[汎用属性名称]">
            <gen:value>[汎用属性値]</gen:value>
        </gen:stringAttribute>
        <gen:intAttribute name="[汎用属性名称]">
            <gen:value>123</gen:value>
        </gen:intAttribute>
        <gen:doubleAttribute name="[汎用属性名称]">
            <gen:value>123.45</gen:value>
        </gen:doubleAttribute>
        <gen:measureAttribute name="[汎用属性名称]">
            <gen:value uom="m2">123.45</gen:value>
        </gen:measureAttribute>
    </gen:genericAttributeSet>
    <grp:class codeSpace="../../codelists/CityObjectGroup_class.xml">2000</grp:class>
    <grp:function codeSpace="../../codelists/CityObjectGroup_function.xml">1030</grp:function>
    <grp:groupMember xlink:href="#room1_10000000-0000-0000-0000-000000000000"/>
    <grp:groupMember xlink:href="#room2_20000000-0000-0000-0000-000000000000"/>
    <grp:parent xlink:href="#bldg_00000000-0000-0000-0000-000000000000"/>
    <uro:ifcBuildingStoreyAttribute>
        <uro:IfcBuildingStorey>
            <uro:globalId>S234567890123456789012</uro:globalId>
            <uro:name>[名称]</uro:name>
            <uro:description>[文字情報による追加説明]</uro:description>
            <uro:objectType>[特定の型]</uro:objectType>
            <uro:longName>[階名称の補足的な情報]</uro:longName>
            <uro:compositionType>ELEMENT</uro:compositionType>
            <uro:elevation uom="m">10.0</uro:elevation>
        </uro:IfcBuildingStorey>
    </uro:ifcBuildingStoreyAttribute>
    <uro:indoorStoreyAttribute>
        <uro:IndoorStoreyAttribute>
            <uro:source codeSpace="../../codelists/Common_indoorSource.xml">3</uro:source>
            <uro:category>1</uro:category>
            <uro:ordinal>3</uro:ordinal>
        </uro:IndoorStoreyAttribute>
    </uro:indoorStoreyAttribute>
</grp:CityObjectGroup>