IfcAssemblyPlaceEnum

Natural language names
Assembly Place Enum
Enumération des lieux d'assemblage
Semantic definitions at the type
Type definition

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.

Enumeration definition
ConstantDescription
SITE

This assembly is assembled at site.

FACTORY

This assembly is assembled in a factory.

NOTDEFINED
Formal representations
XML Specification
 <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>
EXPRESS Specification
TYPE IfcAssemblyPlaceEnum = ENUMERATION OF (
 SITE,
 FACTORY,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcElementAssembly IfcFurnitureType

Link to this page  Link to this page