IfcSchedulingTime

Natural language names
deFestgelegte Zeit
enScheduling Time
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSchedulingTimeADDED
Semantic definitions at the entity
Entity definition

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

HISTORY  New entity in IFC4.
Attribute definitions
#AttributeTypeCardinalityDescription B
1Name- This attribute is out of scope for this model view definition and shall not be set.
2DataOrigin- This attribute is out of scope for this model view definition and shall not be set.
3UserDefinedDataOrigin- This attribute is out of scope for this model view definition and shall not be set.
Inherited definitions from supertypes
Entity inheritance IfcTaskTime
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcSchedulingTime
1Name- This attribute is out of scope for this model view definition and shall not be set.
2DataOrigin- This attribute is out of scope for this model view definition and shall not be set.
3UserDefinedDataOrigin- This attribute is out of scope for this model view definition and shall not be set.
Formal representations
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;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page