IfcRelConnectsPortToElement

Natural language names
deVerbindet Anschluss mit Element - Relation (veraltert)
enRel Connects Port To Element
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcRelConnectsPortToElement
      OwnerHistoryMODIFIEDInstantiation changed to OPTIONAL.
      RelatedElementMODIFIEDType changed from IfcElement to IfcDistributionElement.
Semantic definitions at the entity
Entity definition

IfcRelConnectsPortToElement is a relationship between a distribution element and dynamically connected ports where connections are realised to other distribution elements.

Ports contained in different elements are connected to each other using the IfcRelConnectsPorts relationship.

NOTE  See IfcRelNests for its usages to represent an ordered collection of ports that are contained by an element and relevant subtypes of IfcDistributionElement for examples and port use definition sections.
HISTORY  New entity in IFC2x2.
IFC4 CHANGE  The objectified relation IfcRelConnectsPortToElement is now specialized for use of dynamically connected ports. For fixed ports, use IfcRelNests instead. Previously this objectified relationship IfcRelConnectsPortToElement defined the relationship that is made between a port and the IfcElement in which it is contained. It is a 1 to 1 relationship. The IfcRelConnectsPortToElement established a whole part relationship between the element and its port. The port is used as the means to connect to other ports in other elements.
Attribute definitions
#AttributeTypeCardinalityDescription C
5RelatingPortIfcPort[1:1] Reference to an Port that is connected by the objectified relationship.X
6RelatedElementIfcDistributionElement[1:1] Reference to an IfcDistributionElement that has ports assigned. X
Inherited definitions from supertypes
Entity inheritance IfcRelConnects IfcRelationship IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcRoot
1GlobalIdIfcGloballyUniqueId[1:1] Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory[0: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 - either as addition, deletion or modification.
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
IfcRelConnectsPortToElement
5RelatingPortIfcPort[1:1] Reference to an Port that is connected by the objectified relationship.X
6RelatedElementIfcDistributionElement[1:1] Reference to an IfcDistributionElement that has ports assigned. X
Definitions applying to Common Use Definitions

Concept inheritance

#ConceptModel View
IfcRoot
Software IdentityCommon Use Definitions
Revision ControlCommon Use Definitions
Formal representations
XSD Specification
 <xs:element name="IfcRelConnectsPortToElement" type="ifc:IfcRelConnectsPortToElement" substitutionGroup="ifc:IfcRelConnects" nillable="true"/>
 <xs:complexType name="IfcRelConnectsPortToElement">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRelConnects">
    <xs:sequence>
     <xs:element name="RelatingPort" type="ifc:IfcPort" nillable="true"/>
     <xs:element name="RelatedElement" type="ifc:IfcDistributionElement" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcRelConnectsPortToElement
 SUBTYPE OF (IfcRelConnects);
  RelatingPort : IfcPort;
  RelatedElement : IfcDistributionElement;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page