An indication of date and time by measuring the number of seconds which have elapsed since the beginning of the year 1970.
Type: INTEGER
HISTORY New type in IFC Release 1.5.1.
 <xs:simpleType name="IfcTimeStamp">
  <xs:restriction base="xs:long"/>
 </xs:simpleType>
 <xs:element name="IfcTimeStamp-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcTimeStamp">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
TYPE IfcTimeStamp = INTEGER;
END_TYPE;