IfcOutletTypeEnum

Natural language names
Outlet Type Enum
Enumération des types de prise
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcOutletTypeEnum
      DATAOUTLETADDED
      TELEPHONEOUTLETADDED
Semantic definitions at the type
Type definition

The IfcOutletTypeEnum defines the range of different types of outlet that can be specified.

HISTORY  New type in IFC2x.
IFC4 CHANGE  Telephone and Data outlets added.
Enumeration definition
ConstantDescription
AUDIOVISUALOUTLETAn outlet used for an audio or visual device.
COMMUNICATIONSOUTLETAn outlet used for connecting communications equipment.
POWEROUTLETAn outlet used for connecting electrical devices requiring power.
DATAOUTLETAn outlet used for connecting data communications equipment.
TELEPHONEOUTLETAn outlet used for connecting telephone communications equipment.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.<
Formal representations
XML Specification
 <xs:simpleType name="IfcOutletTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="audiovisualoutlet"/>
   <xs:enumeration value="communicationsoutlet"/>
   <xs:enumeration value="poweroutlet"/>
   <xs:enumeration value="dataoutlet"/>
   <xs:enumeration value="telephoneoutlet"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcOutletTypeEnum = ENUMERATION OF (
 AUDIOVISUALOUTLET,
 COMMUNICATIONSOUTLET,
 POWEROUTLET,
 DATAOUTLET,
 TELEPHONEOUTLET,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcOutlet IfcOutletType

Link to this page  Link to this page