ComplexTypebldg:RoomType
bldg:RoomType
定義
壁、間仕切り、床、天井などで仕切られ、生活の場などに用いられる、内部の隔てられた空間の区画(部屋)を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
bldg:usage
gml:CodeType [0..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
core:creationDate
xs:date [0..1]
core:terminationDate
xs:date [0..1]
uro:pointCloud
uro:AbstractPointCloudPropertyType [0..*]
gen:stringAttribute
gen:StringAttributeType [1]
gen:intAttribute
gen:IntAttributeType [1]
gen:doubleAttribute
gen:DoubleAttributeType [1]
gen:dateAttribute
gen:DateAttributeType [1]
gen:uriAttribute
gen:UriAttributeType [1]
gen:measureAttribute
gen:MeasureAttributeType [1]
gen:genericAttributeSet
gen:GenericAttributeSetType [1]
bldg:class
gml:CodeType [0..1]
bldg:function
gml:CodeType [0..*]
bldg:lod4Geometry
gml:GeometryPropertyType [0..1]
uro:ifcBuildingFurnitureAttribute
uro:IfcAttributePropertyType [0..*]
uro:indoorFurnitureAttribute
uro:IndoorAttributePropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
core:creationDate
xs:date [0..1]
core:terminationDate
xs:date [0..1]
uro:pointCloud
uro:AbstractPointCloudPropertyType [0..*]
gen:stringAttribute
gen:StringAttributeType [1]
gen:intAttribute
gen:IntAttributeType [1]
gen:doubleAttribute
gen:DoubleAttributeType [1]
gen:dateAttribute
gen:DateAttributeType [1]
gen:uriAttribute
gen:UriAttributeType [1]
gen:measureAttribute
gen:MeasureAttributeType [1]
gen:genericAttributeSet
gen:GenericAttributeSetType [1]
bldg:class
gml:CodeType [0..1]
bldg:function
gml:CodeType [0..*]
bldg:lod4Geometry
gml:GeometryPropertyType [0..1]
bldg:boundedBy
bldg:BoundarySurfacePropertyType [0..*]
uro:ifcIntBuildingInstallationAttribute
uro:IfcAttributePropertyType [0..*]
XMLスキーマ
<xs:complexType name="RoomType">
	<xs:annotation>
		<xs:documentation>A Room is a thematic object for modelling the closed parts inside a building. It has to be closed, if
			necessary by using closure surfaces. The geometry may be either a solid, or a MultiSurface if the boundary is not
			topologically clean. The room connectivity may be derived by detecting shared thematic openings or closure surfaces: two
			rooms are connected if both use the same opening object or the same closure surface. The thematic surfaces bounding a room
			are referenced by the boundedBy property. As subclass of _CityObject, a Room inherits all attributes and relations, in
			particular an id, names, external references, and generalization relations. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="core:AbstractCityObjectType">
			<xs:sequence>
				<xs:element name="class" type="gml:CodeType" minOccurs="0"/>
				<xs:element name="function" type="gml:CodeType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="usage" type="gml:CodeType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="lod4Solid" type="gml:SolidPropertyType" minOccurs="0"/>
				<xs:element name="lod4MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="boundedBy" type="BoundarySurfacePropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="interiorFurniture" type="InteriorFurniturePropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="roomInstallation" type="IntBuildingInstallationPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="_GenericApplicationPropertyOfRoom" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>