Element spatial | |
Räumliches Element |
A spatial element is the generalization of all spatial elements that might be used to define a spatial structure or to define spatial zones.
HISTORY New entity in IFC4.
XSD Specification:
<xs:element name="IfcSpatialElement" type="ifc:IfcSpatialElement" abstract="true" substitutionGroup="ifc:IfcProduct" nillable="true"/>EXPRESS Specification:
ENTITY IfcSpatialElement |
ABSTRACT SUPERTYPE OF(IfcSpatialStructureElement) |
SUBTYPE OF (IfcProduct); |
|
INVERSE |
|
END_ENTITY; |
Attribute Definitions:
LongName | : |
Long name for a spatial structure element, used for informal purposes. It should be used, if available, in conjunction with the inherited Name attribute.
NOTE In many scenarios the Name attribute refers to the short name or number of a spacial element, and the LongName refers to the full descriptive name. |
ContainsElements | : |
Set of spatial containment relationships, that holds those elements, which are contained within this element of the project spatial structure.
NOTE The spatial containment relationship, established by IfcRelContainedInSpatialStructure, is required to be an hierarchical relationship, where each element can only be assigned to 0 or 1 spatial structure element. |
Inheritance Graph:
ENTITY IfcSpatialElement |
ENTITY IfcRoot |
|
ENTITY IfcObjectDefinition |
INVERSE |
|
ENTITY IfcObject |
|
INVERSE |
|
ENTITY IfcProduct |
|
INVERSE |
|
ENTITY IfcSpatialElement |
|
INVERSE |
|
END_ENTITY; |