IfcSimpleValue

Natural language names
Einfacher Wert
Simple Value
Valeur simple
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSimpleValue
      IfcDateTimeADDED
      IfcDateADDED
      IfcTimeADDED
      IfcDurationADDED
      IfcTimeStampADDED
IFC4 Addendum 1
    IfcSimpleValue
      IfcPositiveIntegerADDED
IFC4 Addendum 2
    IfcSimpleValue
      IfcBinaryADDED
Semantic definitions at the type
Type definition

IfcSimpleValue is a select type for selecting between simple value types.

SELECT

HISTORY  New type in IFC2x.
IFC4 CHANGE  Items IfcDateTime, IfcDate, IfcTime, IfcDuration, IfcTimeStamp added.
Select definition
TypeDescription
IfcInteger
IfcReal
IfcBoolean
IfcIdentifier
IfcText
IfcLabel
IfcLogical
IfcDateTime
IfcDate
IfcTime
IfcDuration
IfcTimeStamp
IfcPositiveInteger
IfcBinary
Formal representations
XML Specification
 <xs:group name="IfcSimpleValue">
  <xs:choice>
   <xs:element ref="ifc:IfcBinary-wrapper"/>
   <xs:element ref="ifc:IfcBoolean-wrapper"/>
   <xs:element ref="ifc:IfcDate-wrapper"/>
   <xs:element ref="ifc:IfcDateTime-wrapper"/>
   <xs:element ref="ifc:IfcDuration-wrapper"/>
   <xs:element ref="ifc:IfcIdentifier-wrapper"/>
   <xs:element ref="ifc:IfcInteger-wrapper"/>
   <xs:element ref="ifc:IfcLabel-wrapper"/>
   <xs:element ref="ifc:IfcLogical-wrapper"/>
   <xs:element ref="ifc:IfcPositiveInteger-wrapper"/>
   <xs:element ref="ifc:IfcReal-wrapper"/>
   <xs:element ref="ifc:IfcText-wrapper"/>
   <xs:element ref="ifc:IfcTime-wrapper"/>
   <xs:element ref="ifc:IfcTimeStamp-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification

References  References: IfcValue

Link to this page  Link to this page