Verbindet Anschluss mit Element - Relation (veraltert) | |
Rel Connects Port To Element |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcRelConnectsPortToElement | ||||
OwnerHistory | MODIFIED | Instantiation changed to OPTIONAL. | ||
RelatedElement | MODIFIED | Type changed from IfcElement to IfcDistributionElement. |
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 | Type | Cardinality | Description | C |
---|---|---|---|---|---|
5 | RelatingPort | IfcPort | [1:1] | Reference to an Port that is connected by the objectified relationship. | X |
6 | RelatedElement | IfcDistributionElement | [1:1] | Reference to an IfcDistributionElement that has ports assigned. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcRoot | |||||
1 | GlobalId | IfcGloballyUniqueId | [1:1] | Assignment of a globally unique identifier within the entire software world. | X |
2 | OwnerHistory | IfcOwnerHistory | [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 |
3 | Name | IfcLabel | [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 |
4 | Description | IfcText | [0:1] | Optional description, provided for exchanging informative comments. | X |
IfcRelationship | |||||
IfcRelConnects | |||||
IfcRelConnectsPortToElement | |||||
5 | RelatingPort | IfcPort | [1:1] | Reference to an Port that is connected by the objectified relationship. | X |
6 | RelatedElement | IfcDistributionElement | [1:1] | Reference to an IfcDistributionElement that has ports assigned. | X |
# | Concept | Model View |
---|---|---|
IfcRoot | ||
Software Identity | Common Use Definitions | |
Revision Control | Common Use Definitions |
<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>
ENTITY IfcRelConnectsPortToElement
SUBTYPE OF (IfcRelConnects);
RelatingPort : IfcPort;
RelatedElement : IfcDistributionElement;
END_ENTITY;