7.4.3.1 IfcSanitaryTerminal

Equipement sanitaire
Sanitäreinrichtung

A sanitary terminal is a fixed appliance or terminal usually supplied with water and used for drinking, cleaning or foul water disposal or that is an item of equipment directly used with such an appliance or terminal.

HISTORY  New entity in IFC4

Plumbing System Design

 Instance diagram

Identity

The Identity concept applies to this entity.

Exchange
Import -
Export R R R R R R - R R R


Object Typing

The Object Typing concept applies to this entity.

Exchange
Import
Export R R


Properties for Occurrences

The Properties for Occurrences concept applies to this entity as shown in Table 110.
PredefinedTypeName
BATHPset_SanitaryTerminalTypeBath
BIDETPset_SanitaryTerminalTypeBidet
CISTERNPset_SanitaryTerminalTypeCistern
 Pset_SanitaryTerminalTypeCommon
SANITARYFOUNTAINPset_SanitaryTerminalTypeSanitaryFountain
SHOWERPset_SanitaryTerminalTypeShower
SINKPset_SanitaryTerminalTypeSink
TOILETPANPset_SanitaryTerminalTypeToiletPan
URINALPset_SanitaryTerminalTypeUrinal
WASHHANDBASINPset_SanitaryTerminalTypeWashHandBasin

Table 110 — IfcSanitaryTerminal Properties for Occurrences

Exchange
Import -
Export R R R R R - R R R


Quantity Sets

The Quantity Sets concept applies to this entity as shown in Table 111.
Exchange
Import
Export O


Ports

The Ports concept applies to this entity as shown in Table 112.
PredefinedTypeNameFlowTypeDescription
BATHColdWaterSINKDOMESTICCOLDWATERCold water supply.
BATHHotWaterSINKDOMESTICHOTWATERHot water supply.
BATHDrainageSOURCEDRAINAGEDrainage.
BIDETColdWaterSINKDOMESTICCOLDWATERCold water supply.
BIDETHotWaterSINKDOMESTICHOTWATERHot water supply.
BIDETDrainageSOURCEDRAINAGEDrainage.
CISTERNColdWaterSINKDOMESTICCOLDWATERCold water supply.
CISTERNHotWaterSINKDOMESTICHOTWATERHot water supply.
CISTERNDrainageSOURCEDRAINAGEDrainage.
SANITARYFOUNTAINColdWaterSINKDOMESTICCOLDWATERCold water supply.
SANITARYFOUNTAINHotWaterSINKDOMESTICHOTWATERHot water supply.
SANITARYFOUNTAINDrainageSOURCEDRAINAGEDrainage.
SHOWERColdWaterSINKDOMESTICCOLDWATERCold water supply.
SHOWERHotWaterSINKDOMESTICHOTWATERHot water supply.
SHOWERDrainageSOURCEDRAINAGEDrainage.
SINKColdWaterSINKDOMESTICCOLDWATERCold water supply.
SINKHotWaterSINKDOMESTICHOTWATERHot water supply.
SINKDrainageSOURCEDRAINAGEDrainage.
TOILETPANColdWaterSINKDOMESTICCOLDWATERCold water supply.
TOILETPANDrainageSOURCEDRAINAGEDrainage.
URINALColdWaterSINKDOMESTICCOLDWATERCold water supply.
URINALDrainageSOURCEDRAINAGEDrainage.
WASHHANDBASINColdWaterSINKDOMESTICCOLDWATERCold water supply.
WASHHANDBASINHotWaterSINKDOMESTICHOTWATERHot water supply.
WASHHANDBASINDrainageSOURCEDRAINAGEDrainage.

Table 112 — IfcSanitaryTerminal Ports

Exchange
Import -
Export R R R R R - R R R


Placement

The Placement concept applies to this entity as shown in Table 113.
Type
IfcLocalPlacement

Table 113 — IfcSanitaryTerminal Placement

Exchange
Import - -
Export R - O R R - R R R


Footprint Geometry

The Footprint Geometry concept applies to this entity as shown in Table 114.
RepresentationTypeGeometry
GeometricCurveSetIfcGeometricCurveSet

Table 114 — IfcSanitaryTerminal Footprint Geometry

Exchange
Import
Export O R R R R


Body Geometry

The Body Geometry concept applies to this entity as shown in Table 115.
RepresentationTypeGeometry
MappedRepresentationIfcMappedItem

Table 115 — IfcSanitaryTerminal Body Geometry

Exchange
Import
Export O R R R R


Clearance Geometry

The Clearance Geometry concept applies to this entity.

Exchange
Import
Export O O O O O


Element Connectivity

The Element Connectivity concept applies to this entity as shown in Table 116.
TypeDescription
IfcSlabFixtures that are mounted on a base floor slab (without any flooring).
IfcCoveringFixtures that are embedded or mounted within a wall or mounted above a floor covering.
IfcSystemFurnitureElementFixtures that are embedded within furnishings such as within a countertop.

Table 116 — IfcSanitaryTerminal Element Connectivity

Exchange
Import
Export O O O O



XSD Specification:

 <xs:element name="IfcSanitaryTerminal" type="ifc:IfcSanitaryTerminal" substitutionGroup="ifc:IfcFlowTerminal" nillable="true"/>
 <xs:complexType name="IfcSanitaryTerminal">
  <xs:complexContent>
   <xs:extension base="ifc:IfcFlowTerminal"/>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcSanitaryTerminal
SUBTYPE OF (IfcFlowTerminal);
PredefinedType : OPTIONAL IfcStrippedOptional;
WHERE
CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcSanitaryTerminalTypeEnum.USERDEFINED) OR ((PredefinedType = IfcSanitaryTerminalTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType));
CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR ('IFCPLUMBINGFIREPROTECTIONDOMAIN.IFCSANITARYTERMINALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType));
END_ENTITY;

Formal Propositions:

CorrectPredefinedType :
CorrectTypeAssigned : Either there is no sanitary terminal type object associated, i.e. the IsTypedBy inverse relationship is not provided, or the associated type object has to be of type IfcSanitaryTerminalType.

Inheritance Graph:

ENTITY IfcSanitaryTerminal
ENTITY IfcRoot
GlobalId : IfcGloballyUniqueId;
OwnerHistory : OPTIONAL IfcOwnerHistory;
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
ENTITY IfcObjectDefinition
INVERSE
HasAssignments : SET OF IfcRelAssigns FOR RelatedObjects;
Nests : SET [0:1] OF IfcRelNests FOR RelatedObjects;
IsNestedBy : SET OF IfcRelNests FOR RelatingObject;
HasContext : SET [0:1] OF IfcRelDeclares FOR RelatedDefinitions;
IsDecomposedBy : SET OF IfcRelAggregates FOR RelatingObject;
Decomposes : SET [0:1] OF IfcRelAggregates FOR RelatedObjects;
HasAssociations : SET OF IfcRelAssociates FOR RelatedObjects;
ENTITY IfcObject
ObjectType : OPTIONAL IfcStrippedOptional;
INVERSE
IsDeclaredBy : SET [0:1] OF IfcRelDefinesByObject FOR RelatedObjects;
Declares : SET OF IfcRelDefinesByObject FOR RelatingObject;
IsTypedBy : SET [0:1] OF IfcRelDefinesByType FOR RelatedObjects;
IsDefinedBy : SET OF IfcRelDefinesByProperties FOR RelatedObjects;
ENTITY IfcProduct
ObjectPlacement : OPTIONAL IfcObjectPlacement;
Representation : OPTIONAL IfcProductRepresentation;
INVERSE
ReferencedBy : SET OF IfcRelAssignsToProduct FOR RelatingProduct;
ENTITY IfcElement
Tag : OPTIONAL IfcStrippedOptional;
INVERSE
ConnectedTo : SET OF IfcRelConnectsElements FOR RelatingElement;
IsInterferedByElements : SET OF IfcRelInterferesElements FOR RelatedElement;
InterferesElements : SET OF IfcRelInterferesElements FOR RelatingElement;
HasOpenings : SET OF IfcRelVoidsElement FOR RelatingBuildingElement;
ProvidesBoundaries : SET OF IfcRelSpaceBoundary FOR RelatedBuildingElement;
ConnectedFrom : SET OF IfcRelConnectsElements FOR RelatedElement;
ContainedInStructure : SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
ENTITY IfcDistributionElement
INVERSE
HasPorts : SET OF IfcRelConnectsPortToElement FOR RelatedElement;
ENTITY IfcDistributionFlowElement
INVERSE
ENTITY IfcFlowTerminal
ENTITY IfcSanitaryTerminal
PredefinedType : OPTIONAL IfcStrippedOptional;
END_ENTITY;

Link to this page  Link to this page