IfcLightFixtureTypeEnum

Natural language names
enLight Fixture Type Enum
frEnumération des types de fixation de lampe
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcLightFixtureTypeEnum
      SECURITYLIGHTINGADDED
Semantic definitions at the type
Type definition

The IfcLightFixtureTypeEnum defines the different types of light fixtures.

HISTORY  New type in IFC2x2.
IFC4 CHANGE  SECURITYLIGHTING added
Enumeration definition
ConstantDescription
POINTSOURCEA light fixture that is considered to have negligible area and that emit light with approximately equal intensity in all directions. A light fixture containing a tungsten, halogen or similar bulb is an example of a point source.
DIRECTIONSOURCE A light fixture that is considered to have a length or surface area from which it emits light in a direction. A light fixture containing one or more fluorescent lamps is an example of a direction source.
SECURITYLIGHTINGA light fixture having specific purpose of directing occupants in an emergency, such as an illuminated exit sign or emergency flood light.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XSD Specification
 <xs:simpleType name="IfcLightFixtureTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="pointsource"/>
   <xs:enumeration value="directionsource"/>
   <xs:enumeration value="securitylighting"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcLightFixtureTypeEnum = ENUMERATION OF (
 POINTSOURCE,
 DIRECTIONSOURCE,
 SECURITYLIGHTING,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page