![]() | Festgelegte Zeit |
![]() | Scheduling Time |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcSchedulingTime | ADDED |
IfcSchedulingTime is the abstract supertype of entities that capture time-related information of processes.
HISTORY New entity in IFC4.
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
1 | Name | - | This attribute is out of scope for this model view definition and shall not be set. | ||
2 | DataOrigin | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | UserDefinedDataOrigin | - | This attribute is out of scope for this model view definition and shall not be set. |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcSchedulingTime | |||||
1 | Name | - | This attribute is out of scope for this model view definition and shall not be set. | ||
2 | DataOrigin | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | UserDefinedDataOrigin | - | This attribute is out of scope for this model view definition and shall not be set. |
<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>
ENTITY IfcSchedulingTime
ABSTRACT SUPERTYPE OF(IfcTaskTime);
Name : OPTIONAL IfcStrippedOptional;
DataOrigin : OPTIONAL IfcStrippedOptional;
UserDefinedDataOrigin : OPTIONAL IfcStrippedOptional;
END_ENTITY;