IfcProjectionElementTypeEnum

Natural language names
Projection Element Type Enum
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcProjectionElementTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the basic types of projection elements.

NOTE  Cuurently no predefined are defined.
HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
USERDEFINEDUser-defined projection element.
NOTDEFINEDUndefined projection element.
Formal representations
XML Specification
 <xs:simpleType name="IfcProjectionElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcProjectionElementTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcProjectionElement

Link to this page  Link to this page