IfcSpatialZoneTypeEnum

Natural language names
Spatial Zone Type Enum
Énumération des types de zone spatiale
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSpatialZoneTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the range of different types of spatial zones that can further specify an IfcSpatialZoneTypeEnum.

HISTORY  New enumeration in IFC4.

Enumeration definition
ConstantDescription
CONSTRUCTIONThe spatial zone is used to represent a construction zone for the production process.
FIRESAFETYThe spatial zone is used to represent a fire safety zone, or fire compartment.
LIGHTINGThe spatial zone is used to represent a lighting zone; a daylight zone, or an artificial lighting zone.
OCCUPANCYThe spatial zone is used to represent a zone of particular occupancy.
SECURITYThe spatial zone is used to represent a zone for security planning and maintainance work.
THERMALThe spatial zone is used to represent a thermal zone.
TRANSPORT
VENTILATIONThe spatial zone is used to represent a ventilation zone.
USERDEFINEDUser defined type spatial zone.
NOTDEFINEDUndefined type spatial zone.
Formal representations
XML Specification
 <xs:simpleType name="IfcSpatialZoneTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="construction"/>
   <xs:enumeration value="firesafety"/>
   <xs:enumeration value="lighting"/>
   <xs:enumeration value="occupancy"/>
   <xs:enumeration value="security"/>
   <xs:enumeration value="thermal"/>
   <xs:enumeration value="transport"/>
   <xs:enumeration value="ventilation"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcSpatialZoneTypeEnum = ENUMERATION OF (
 CONSTRUCTION,
 FIRESAFETY,
 LIGHTING,
 OCCUPANCY,
 SECURITY,
 THERMAL,
 TRANSPORT,
 VENTILATION,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcSpatialZone IfcSpatialZoneType

Link to this page  Link to this page