ENTITY IfcProcedure

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcProcedure
 SUBTYPE OF (IfcProcess);
	ProcedureID : IfcIdentifier;
	ProcedureType : IfcProcedureTypeEnum;
	UserDefinedProcedureType : OPTIONAL IfcLabel;
 WHERE
	WR1 : SIZEOF(QUERY(temp <* SELF\IfcObject.Decomposes | NOT('IFC2X2_FINAL.IFCRELNESTS' IN TYPEOF(temp)))) = 0;
	WR2 : SIZEOF(QUERY(temp <* SELF\IfcObject.IsDecomposedBy | NOT('IFC2X2_FINAL.IFCRELNESTS' IN TYPEOF(temp)))) = 0;
	WR3 : EXISTS(SELF\IfcRoot.Name);
	WR4 : (ProcedureType <> IfcProcedureTypeEnum.USERDEFINED) OR
            ((ProcedureType = IfcProcedureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcProcedure.UserDefinedProcedureType));
END_ENTITY;

Explicit Attributes

Entity IfcProcedure 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
 ProcedureIDIfcIdentifier (STRING)IfcProcedure
 ProcedureTypeIfcProcedureTypeEnum (ENUM)IfcProcedure
 UserDefinedProcedureTypeIfcLabel (STRING)IfcProcedure

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcProcedure inherits from the following supertypes:
  IfcRoot
    IfcObject
      IfcProcess

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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