IfcElementCompositionEnum

Natural language names
enElement Composition Enum
frÉnumération de composition d'élément
Semantic definitions at the type
Type definition

This enumeration indicates the composition of a spatial structure element or proxy.

HISTORY  New enumeration in IFC2x
Enumeration definition
ConstantDescription
COMPLEXA group or aggregation of similar elements.
ELEMENTAn (undivided) element itself.
PARTIALA subelement or part.
Formal representations
XSD Specification
 <xs:simpleType name="IfcElementCompositionEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="complex"/>
   <xs:enumeration value="element"/>
   <xs:enumeration value="partial"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcElementCompositionEnum = ENUMERATION OF (
 COMPLEX,
 ELEMENT,
 PARTIAL);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page