ENTITY IfcTask

(* SCHEMA IFC2X3; *)
ENTITY IfcTask
 SUPERTYPE OF (ONEOF
	(IfcMove
	,IfcOrderAction))
 SUBTYPE OF (IfcProcess);
	TaskId : IfcIdentifier;
	Status : OPTIONAL IfcLabel;
	WorkMethod : OPTIONAL IfcLabel;
	IsMilestone : BOOLEAN;
	Priority : OPTIONAL INTEGER;
 WHERE
	WR1 : SIZEOF(QUERY(temp <* SELF\IfcObjectDefinition.Decomposes | NOT('IFC2X3.IFCRELNESTS' IN TYPEOF(temp)))) = 0;
	WR2 : SIZEOF(QUERY(temp <* SELF\IfcObjectDefinition.IsDecomposedBy | NOT('IFC2X3.IFCRELNESTS' IN TYPEOF(temp)))) = 0;
	WR3 : EXISTS(SELF\IfcRoot.Name);
END_ENTITY;

Explicit Attributes

Entity IfcTask has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 ObjectTypeIfcLabel (STRING)IfcObject
 TaskIdIfcIdentifier (STRING)IfcTask
 StatusIfcLabel (STRING)IfcTask
 WorkMethodIfcLabel (STRING)IfcTask
 IsMilestoneBOOLEANIfcTask
 PriorityINTEGERIfcTask

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcTask has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasAssignmentsSET OF IfcRelAssigns (ENTITY)IfcObjectDefinition
 IsDecomposedBySET OF IfcRelDecomposes (ENTITY)IfcObjectDefinition
 DecomposesSET OF IfcRelDecomposes (ENTITY)IfcObjectDefinition
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcObjectDefinition
 IsDefinedBySET OF IfcRelDefines (ENTITY)IfcObject
 OperatesOnSET OF IfcRelAssignsToProcess (ENTITY)IfcProcess
 IsSuccessorFromSET OF IfcRelSequence (ENTITY)IfcProcess
 IsPredecessorToSET OF IfcRelSequence (ENTITY)IfcProcess

Supertypes

Entity IfcTask inherits from the following supertypes:
  IfcRoot
    IfcObjectDefinition
      IfcObject
        IfcProcess

Subtypes

Entity IfcTask has the following subtypes:
    IfcMove*
    IfcOrderAction*
* - Immediate Subtypes

Referenced By

Entity IfcTask and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcCorrectObjectAssignment FUNCTION IfcObjectDefinition
 IfcCovering ENTITY IfcObject
 IfcElementAssembly ENTITY IfcObject
 IfcFooting ENTITY IfcObject
 IfcMove ENTITY IfcProcess
 IfcMove ENTITY IfcRoot
 IfcObject ENTITY IfcProcess
 IfcObjectDefinition ENTITY IfcObject
 IfcOccupant ENTITY IfcObject
 IfcPile ENTITY IfcObject
 IfcProcedure ENTITY IfcRoot
 IfcProcedure ENTITY IfcObjectDefinition
 IfcProcess ENTITY IfcTask
 IfcProject ENTITY IfcObjectDefinition
 IfcProject ENTITY IfcRoot
 IfcPropertySet ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRailing ENTITY IfcObject
 IfcRamp ENTITY IfcObjectDefinition
 IfcReinforcingBar ENTITY IfcObject
 IfcRelAssigns ENTITY IfcObjectDefinition
 IfcRelAssignsToProcess ENTITY IfcProcess
 IfcRelAssociates ENTITY IfcRoot
 IfcRelDecomposes ENTITY IfcObjectDefinition
 IfcRelDefines ENTITY IfcObject
 IfcRelSequence ENTITY IfcProcess
 IfcRoof ENTITY IfcObjectDefinition
 IfcRoot ENTITY IfcObjectDefinition
 IfcServiceLifeFactor ENTITY IfcObject
 IfcSlab ENTITY IfcObject
 IfcSpatialStructureElement ENTITY IfcObjectDefinition
 IfcStair ENTITY IfcObjectDefinition
 IfcTask ENTITY IfcObjectDefinition
 IfcTask ENTITY IfcRoot
 IfcTendon ENTITY IfcObject
 IfcTimeSeriesSchedule ENTITY IfcObject
 IfcTypeObject ENTITY IfcRoot
 IfcWall ENTITY IfcObjectDefinition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:14-04:00