IfcRelConnectsElements

Natural language names
Semantic definitions at the entity
Entity definition

The IfcRelConnectsElements objectified relationship provides the generalization of the connectivity between elements. It is a 1 to 1 relationship. The concept of two elements being physically or logically connected is described independently from the connecting elements. The connectivity may be related to the shape representation of the connected entities by providing a connection geometry.

HISTORY New entity in IFC Release 1.0.

Attribute definitions
#AttributeTypeCardinalityDescription A
5ConnectionGeometry- This attribute is out of scope for this model view definition and shall not be set.
6RelatingElementIfcElement[1:1] Reference to an Element that is connected by the objectified relationship. X
7RelatedElementIfcElement[1:1] Reference to an Element that is connected by the objectified relationship. X
Formal Propositions
RuleDescription
WR31The instance of the relating element shall not be the same instance as the related element.
Inherited definitions from supertypes
Entity inheritance IfcRelConnectsWithRealizingElements IfcRelConnects IfcRelationship IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionA
IfcRoot
1GlobalIdIfcGloballyUniqueId[1:1] Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory[1:1] Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object, NOTE: only the last modification in stored. X
3NameIfcLabel[0:1] Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText[0:1] Optional description, provided for exchanging informative comments.X
IfcRelationship
IfcRelConnects
IfcRelConnectsElements
5ConnectionGeometry- This attribute is out of scope for this model view definition and shall not be set.
6RelatingElementIfcElement[1:1] Reference to an Element that is connected by the objectified relationship. X
7RelatedElementIfcElement[1:1] Reference to an Element that is connected by the objectified relationship. X
Formal representations
XSD Specification
 <xs:element name="IfcRelConnectsElements" type="ifc:IfcRelConnectsElements" substitutionGroup="ifc:IfcRelConnects" nillable="true"/>
 <xs:complexType name="IfcRelConnectsElements">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRelConnects">
    <xs:sequence>
     <xs:element name="RelatingElement" type="ifc:IfcElement" nillable="true"/>
     <xs:element name="RelatedElement" type="ifc:IfcElement" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcRelConnectsElements
 SUPERTYPE OF(IfcRelConnectsWithRealizingElements)
 SUBTYPE OF (IfcRelConnects);
  ConnectionGeometry : OPTIONAL IfcStrippedOptional;
  RelatingElement : IfcElement;
  RelatedElement : IfcElement;
 WHERE
  WR31 : RelatingElement :<>: RelatedElement;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page