ENTITY IfcRelDecomposes

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcRelDecomposes
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcRelAggregates
	,IfcRelNests))
 SUBTYPE OF (IfcRelationship);
	RelatingObject : IfcObject;
	RelatedObjects : SET [1:?] OF IfcObject;
 WHERE
	WR1 : SIZEOF(QUERY(Temp <* RelatedObjects | RelatingObject :=: Temp)) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcRelDecomposes has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 RelatingObjectIfcObject (ENTITY)IfcRelDecomposes
 RelatedObjectsSET OF IfcObject (ENTITY)IfcRelDecomposes

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcRelDecomposes inherits from the following supertypes:
  IfcRoot
    IfcRelationship

Subtypes

Entity IfcRelDecomposes has the following subtypes:
    IfcRelAggregates*
    IfcRelNests*
* - Immediate Subtypes

Referenced By

Entity IfcRelDecomposes and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcMove ENTITY IfcRoot
 IfcObject ENTITY IfcRelDecomposes
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertySet ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRelAssociates ENTITY IfcRoot
 IfcRelationship ENTITY IfcRelDecomposes
 IfcRelNests ENTITY IfcRelDecomposes
 IfcRoot ENTITY IfcRelationship
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot


[Top Level Definitions] [Exit]

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