IfcAssemblyPlaceEnum

Natural language names
enAssembly Place Enum
frEnumé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
SITEThis assembly is assembled at site.
FACTORYThis assembly is assembled in a factory.
NOTDEFINED
Formal representations
XSD 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

Link to this page  Link to this page