ENTITY IfcObject

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcObject
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcActor
	,IfcControl
	,IfcGroup
	,IfcProcess
	,IfcProduct
	,IfcProject
	,IfcResource))
 SUBTYPE OF (IfcRoot);
	ObjectType : OPTIONAL IfcLabel;
 INVERSE
	IsDefinedBy : SET [0:?] OF IfcRelDefines FOR RelatedObjects;
	HasAssociations : SET [0:?] OF IfcRelAssociates FOR RelatedObjects;
	HasAssignments : SET [0:?] OF IfcRelAssigns FOR RelatedObjects;
	Decomposes : SET [0:1] OF IfcRelDecomposes FOR RelatedObjects;
	IsDecomposedBy : SET [0:?] OF IfcRelDecomposes FOR RelatingObject;
 WHERE
	WR1 : SIZEOF(QUERY(temp <* IsDefinedBy | 'IFC2X2_FINAL.IFCRELDEFINESBYTYPE' IN TYPEOF(temp))) <= 1;
END_ENTITY;

Explicit Attributes

Entity IfcObject 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

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcObject 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

Supertypes

Entity IfcObject inherits from the following supertypes:
  IfcRoot

Subtypes

Entity IfcObject has the following subtypes:
    IfcActionRequest     IfcActor*     IfcAnnotation     IfcAsset     IfcBeam     IfcBuilding     IfcBuildingElement     IfcBuildingElementComponent     IfcBuildingElementPart     IfcBuildingElementProxy     IfcBuildingStorey     IfcChamferEdgeFeature     IfcColumn     IfcCondition     IfcConditionCriterion     IfcConstructionEquipmentResource     IfcConstructionMaterialResource     IfcConstructionProductResource     IfcConstructionResource     IfcControl*     IfcCostItem     IfcCostSchedule     IfcCovering     IfcCrewResource     IfcCurtainWall     IfcDiscreteAccessory     IfcDistributionChamberElement     IfcDistributionControlElement     IfcDistributionElement     IfcDistributionFlowElement     IfcDistributionPort     IfcDoor     IfcEdgeFeature     IfcElectricalCircuit     IfcElectricalElement     IfcElectricDistributionPoint     IfcElement     IfcElementAssembly     IfcElementComponent     IfcEnergyConversionDevice     IfcEquipmentElement     IfcEquipmentStandard     IfcFastener     IfcFeatureElement     IfcFeatureElementAddition     IfcFeatureElementSubtraction     IfcFlowController     IfcFlowFitting     IfcFlowMovingDevice     IfcFlowSegment     IfcFlowStorageDevice     IfcFlowTerminal     IfcFlowTreatmentDevice     IfcFooting     IfcFurnishingElement     IfcFurnitureStandard     IfcGrid     IfcGroup*     IfcInventory     IfcLaborResource     IfcMechanicalFastener     IfcMember     IfcMove     IfcOccupant     IfcOpeningElement     IfcOrderAction     IfcPerformanceHistory     IfcPermit     IfcPile     IfcPlate     IfcPort     IfcProcedure     IfcProcess*     IfcProduct*     IfcProject*     IfcProjectionElement     IfcProjectOrder     IfcProjectOrderRecord     IfcProxy     IfcRailing     IfcRamp     IfcRampFlight     IfcReinforcingBar     IfcReinforcingElement     IfcReinforcingMesh     IfcResource*     IfcRoof     IfcRoundedEdgeFeature     IfcScheduleTimeControl     IfcServiceLife     IfcSite     IfcSlab     IfcSpace     IfcSpaceProgram     IfcSpatialStructureElement     IfcStair     IfcStairFlight     IfcStructuralAction     IfcStructuralActivity     IfcStructuralAnalysisModel     IfcStructuralConnection     IfcStructuralCurveConnection     IfcStructuralCurveMember     IfcStructuralCurveMemberVarying     IfcStructuralItem     IfcStructuralLinearAction     IfcStructuralLinearActionVarying     IfcStructuralLoadGroup     IfcStructuralMember     IfcStructuralPlanarAction     IfcStructuralPlanarActionVarying     IfcStructuralPointAction     IfcStructuralPointConnection     IfcStructuralPointReaction     IfcStructuralReaction     IfcStructuralResultGroup     IfcStructuralSurfaceConnection     IfcStructuralSurfaceMember     IfcStructuralSurfaceMemberVarying     IfcSubContractResource     IfcSystem     IfcTask     IfcTendon     IfcTendonAnchor     IfcTimeSeriesSchedule     IfcTransportElement     IfcVirtualElement     IfcWall     IfcWallStandardCase     IfcWindow     IfcWorkControl     IfcWorkPlan     IfcWorkSchedule     IfcZone
* - Immediate Subtypes

Referenced By

Entity IfcObject 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 IfcRoot
 IfcOccupant ENTITY IfcObject
 IfcPile ENTITY IfcObject
 IfcPipeFittingType ENTITY IfcObject
 IfcPlateType ENTITY IfcObject
 IfcProcedure ENTITY IfcRoot
 IfcProcedure ENTITY IfcObject
 IfcProject ENTITY IfcRoot
 IfcPropertySet ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRamp ENTITY IfcObject
 IfcReinforcingBar ENTITY IfcObject
 IfcRelAssigns ENTITY IfcObject
 IfcRelAssociates ENTITY IfcRoot
 IfcRelDecomposes ENTITY IfcObject
 IfcRelDefines ENTITY IfcObject
 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