IfcElementCompositionEnum

Natural language names
Semantic definitions at the type
Type definition

Enumeration that provides an indication, whether the spatial structure element or proxy represents a:

HISTORY New enumeration in IFC Release 2.x
Enumeration definition
ConstantDescription
COMPLEX
ELEMENT
PARTIAL
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