IfcElementAssemblyTypeEnum

Natural language names
Element Assembly Type Enum
Énumération des types d'assemblage d' éléments
Semantic definitions at the type
Type definition

This enumeration defines the basic configuration types for element assemblies.

HISTORY  New enumeration in IFC2x2.

Enumeration definition
ConstantDescription
ACCESSORY_ASSEMBLYAssembled accessories or components.
ARCHA curved structure.
BEAM_GRIDInterconnected beams, located in one (typically horizontal) plane.
BRACED_FRAMEA rigid frame with additional bracing members.
GIRDERA beam-like superstructure.
REINFORCEMENT_UNITAssembled reinforcement elements.
RIGID_FRAMEA structure built up of beams, columns, etc. with moment-resisting joints.
SLAB_FIELDSlabs, laid out in one plane.
TRUSSA structure built up of members with (quasi) pinned joint.
USERDEFINEDUser-defined element assembly.
NOTDEFINEDUndefined element assembly.
Formal representations
XML Specification
 <xs:simpleType name="IfcElementAssemblyTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="accessory_assembly"/>
   <xs:enumeration value="arch"/>
   <xs:enumeration value="beam_grid"/>
   <xs:enumeration value="braced_frame"/>
   <xs:enumeration value="girder"/>
   <xs:enumeration value="reinforcement_unit"/>
   <xs:enumeration value="rigid_frame"/>
   <xs:enumeration value="slab_field"/>
   <xs:enumeration value="truss"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcElementAssemblyTypeEnum = ENUMERATION OF (
 ACCESSORY_ASSEMBLY,
 ARCH,
 BEAM_GRID,
 BRACED_FRAME,
 GIRDER,
 REINFORCEMENT_UNIT,
 RIGID_FRAME,
 SLAB_FIELD,
 TRUSS,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcElementAssembly IfcElementAssemblyType

Link to this page  Link to this page