ENTITY IfcSpatialStructureElement

(* SCHEMA IFC2X3; *)
ENTITY IfcSpatialStructureElement
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcBuilding
	,IfcBuildingStorey
	,IfcSite
	,IfcSpace))
 SUBTYPE OF (IfcProduct);
	LongName : OPTIONAL IfcLabel;
	CompositionType : IfcElementCompositionEnum;
 INVERSE
	ReferencesElements : SET [0:?] OF IfcRelReferencedInSpatialStructure FOR RelatingStructure;
	ServicedBySystems : SET [0:?] OF IfcRelServicesBuildings FOR RelatedBuildings;
	ContainsElements : SET [0:?] OF IfcRelContainedInSpatialStructure FOR RelatingStructure;
 WHERE
	WR41 : (HIINDEX(SELF\IfcObjectDefinition.Decomposes) = 1) 
             AND
             ('IFC2X3.IFCRELAGGREGATES' IN TYPEOF(SELF\IfcObjectDefinition.Decomposes[1])) 
             AND
             (('IFC2X3.IFCPROJECT' IN TYPEOF (SELF\IfcObjectDefinition.Decomposes[1].RelatingObject)) OR
              ('IFC2X3.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF (SELF\IfcObjectDefinition.Decomposes[1].RelatingObject))
             );
END_ENTITY;

Explicit Attributes

Entity IfcSpatialStructureElement has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 ObjectTypeIfcLabel (STRING)IfcObject
 ObjectPlacementIfcObjectPlacement (ENTITY)IfcProduct
 RepresentationIfcProductRepresentation (ENTITY)IfcProduct
 LongNameIfcLabel (STRING)IfcSpatialStructureElement
 CompositionTypeIfcElementCompositionEnum (ENUM)IfcSpatialStructureElement

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcSpatialStructureElement has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasAssignmentsSET OF IfcRelAssigns (ENTITY)IfcObjectDefinition
 IsDecomposedBySET OF IfcRelDecomposes (ENTITY)IfcObjectDefinition
 DecomposesSET OF IfcRelDecomposes (ENTITY)IfcObjectDefinition
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcObjectDefinition
 IsDefinedBySET OF IfcRelDefines (ENTITY)IfcObject
 ReferencedBySET OF IfcRelAssignsToProduct (ENTITY)IfcProduct
 ReferencesElementsSET OF IfcRelReferencedInSpatialStructure (ENTITY)IfcSpatialStructureElement
 ServicedBySystemsSET OF IfcRelServicesBuildings (ENTITY)IfcSpatialStructureElement
 ContainsElementsSET OF IfcRelContainedInSpatialStructure (ENTITY)IfcSpatialStructureElement

Supertypes

Entity IfcSpatialStructureElement inherits from the following supertypes:
  IfcRoot
    IfcObjectDefinition
      IfcObject
        IfcProduct

Subtypes

Entity IfcSpatialStructureElement has the following subtypes:
    IfcBuilding*
    IfcBuildingStorey*
    IfcSite*
    IfcSpace*
* - Immediate Subtypes

Referenced By

Entity IfcSpatialStructureElement and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcCorrectObjectAssignment FUNCTION IfcObjectDefinition
 IfcCovering ENTITY IfcObject
 IfcElementAssembly ENTITY IfcObject
 IfcFooting ENTITY IfcObject
 IfcGrid ENTITY IfcProduct
 IfcMove ENTITY IfcRoot
 IfcMove ENTITY IfcSpatialStructureElement
 IfcObject ENTITY IfcProduct
 IfcObjectDefinition ENTITY IfcObject
 IfcObjectPlacement ENTITY IfcProduct
 IfcOccupant ENTITY IfcObject
 IfcPile ENTITY IfcObject
 IfcProcedure ENTITY IfcObjectDefinition
 IfcProcedure ENTITY IfcRoot
 IfcProduct ENTITY IfcSpatialStructureElement
 IfcProductDefinitionShape ENTITY IfcProduct
 IfcProject ENTITY IfcRoot
 IfcProject ENTITY IfcObjectDefinition
 IfcPropertySet ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRailing ENTITY IfcObject
 IfcRamp ENTITY IfcObjectDefinition
 IfcRamp ENTITY IfcProduct
 IfcReinforcingBar ENTITY IfcObject
 IfcRelAssigns ENTITY IfcObjectDefinition
 IfcRelAssignsToProduct ENTITY IfcProduct
 IfcRelAssociates ENTITY IfcRoot
 IfcRelContainedInSpatialStructure ENTITY IfcSpatialStructureElement
 IfcRelContainedInSpatialStructure ENTITY IfcProduct
 IfcRelDecomposes ENTITY IfcObjectDefinition
 IfcRelDefines ENTITY IfcObject
 IfcRelInteractionRequirements ENTITY IfcSpatialStructureElement
 IfcRelReferencedInSpatialStructure ENTITY IfcProduct
 IfcRelReferencedInSpatialStructure ENTITY IfcSpatialStructureElement
 IfcRelServicesBuildings ENTITY IfcSpatialStructureElement
 IfcRoof ENTITY IfcProduct
 IfcRoof ENTITY IfcObjectDefinition
 IfcRoot ENTITY IfcObjectDefinition
 IfcServiceLifeFactor ENTITY IfcObject
 IfcSlab ENTITY IfcObject
 IfcSpaceProgram ENTITY IfcSpatialStructureElement
 IfcSpatialStructureElement ENTITY IfcObjectDefinition
 IfcStair ENTITY IfcProduct
 IfcStair ENTITY IfcObjectDefinition
 IfcTask ENTITY IfcRoot
 IfcTask ENTITY IfcObjectDefinition
 IfcTendon ENTITY IfcObject
 IfcTimeSeriesSchedule ENTITY IfcObject
 IfcTypeObject ENTITY IfcRoot
 IfcWall ENTITY IfcObjectDefinition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00