IfcPlateTypeEnum

Natural language names
enPlate Type Enum
frÉnumération des types de plaque
Semantic definitions at the type
Type definition

This enumeration defines the different types of planar elements an IfcPlate or IfcPlateType object can fulfill.

HISTORY  New Enumeration in IFC2x2.
IFC2x3 CHANGE  The additional identifiers CURTAIN_PANEL, SHEET have been added.
Enumeration definition
ConstantDescription
CURTAIN_PANELA planar element within a curtain wall, often consisting of a frame with fixed glazing.
SHEETA planar, flat and thin element, comes usually as metal sheet, and is often used as an additonal part within an assembly.
USERDEFINEDUser-defined linear element.
NOTDEFINEDUndefined linear element.
Formal representations
XSD Specification
 <xs:simpleType name="IfcPlateTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="curtain_panel"/>
   <xs:enumeration value="sheet"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcPlateTypeEnum = ENUMERATION OF (
 CURTAIN_PANEL,
 SHEET,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page