IfcSimpleValue

Natural language names
Semantic definitions at the type
Type definition

A select type for selecting between simple value types.

SELECT

HISTORY New type in IFC Release 2x.
Enumeration definition
ConstantDescription
IfcInteger
IfcReal
IfcBoolean
IfcIdentifier
IfcText
IfcLabel
IfcLogical
Formal representations
XSD Specification
 <xs:group name="IfcSimpleValue">
  <xs:choice>
   <xs:element ref="ifc:IfcBoolean-wrapper"/>
   <xs:element ref="ifc:IfcIdentifier-wrapper"/>
   <xs:element ref="ifc:IfcInteger-wrapper"/>
   <xs:element ref="ifc:IfcLabel-wrapper"/>
   <xs:element ref="ifc:IfcReal-wrapper"/>
   <xs:element ref="ifc:IfcText-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcSimpleValue = SELECT (
 IfcInteger,
 IfcReal,
 IfcBoolean,
 IfcIdentifier,
 IfcText,
 IfcLabel);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page