Ports on distribution elements, such as ducts and airoutlets, or pipes and sanitary elements are connected with each other using the Port Connectivity. The port connection determines the direction of flow between the connected ports belonging to the distribution elements.
Figure 56 illustrates an instance diagram.
![]() |
Figure 56 — Port Connectivity |
<?xml version="1.0"?>
<ConceptTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="16fe846f-32b1-4595-bbb0-c4ad053dab24" name="Port Connectivity" status="sample" applicableSchema="IFC4" applicableEntity="IfcDistributionPort">
<Rules>
<AttributeRule AttributeName="ConnectedFrom">
<EntityRules>
<EntityRule EntityName="IfcRelConnectsPorts">
<AttributeRules>
<AttributeRule AttributeName="RelatingPort">
<EntityRules>
<EntityRule EntityName="IfcDistributionPort" />
</EntityRules>
</AttributeRule>
</AttributeRules>
</EntityRule>
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="ConnectedTo">
<EntityRules>
<EntityRule EntityName="IfcRelConnectsPorts" />
</EntityRules>
</AttributeRule>
</Rules>
</ConceptTemplate>