![]()  | Assembly Place Enum | 
![]()  | Enumération des lieux d'assemblage | 
This enumeration defines where the assembly is intended to take place, either in a factory or on the building site.
HISTORY New enumeration in IFC2x2.
| Constant | Description | 
|---|---|
| SITE | This assembly is assembled at site. | 
| FACTORY | This assembly is assembled in a factory. | 
| NOTDEFINED | 
 <xs:simpleType name="IfcAssemblyPlaceEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="site"/>
   <xs:enumeration value="factory"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
TYPE IfcAssemblyPlaceEnum = ENUMERATION OF (
 SITE, 
 FACTORY, 
 NOTDEFINED);
END_TYPE;
  References: IfcElementAssembly
IfcFurnitureType