8.3.3.2 IfcSchedulingTime

Festgelegte Zeit

IfcSchedulingTime is the abstract supertype of entities that capture time-related information of processes.

HISTORY  New entity in IFC4.

XSD Specification:

 <xs:element name="IfcSchedulingTime" type="ifc:IfcSchedulingTime" abstract="true" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcSchedulingTime" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:Entity"/>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcSchedulingTime
ABSTRACT SUPERTYPE OF(IfcTaskTime);
Name : OPTIONAL IfcStrippedOptional;
DataOrigin : OPTIONAL IfcStrippedOptional;
UserDefinedDataOrigin : OPTIONAL IfcStrippedOptional;
END_ENTITY;

Attribute Definitions:

Name : Optional name for the time definition.
UserDefinedDataOrigin : Value of the data origin if DataOrigin attribute is USERDEFINED.

Inheritance Graph:

ENTITY IfcSchedulingTime
ENTITY IfcSchedulingTime
Name : OPTIONAL IfcStrippedOptional;
DataOrigin : OPTIONAL IfcStrippedOptional;
UserDefinedDataOrigin : OPTIONAL IfcStrippedOptional;
END_ENTITY;

Link to this page  Link to this page