ENTITY IfcInventory

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcInventory
 SUBTYPE OF (IfcGroup);
	InventoryType : IfcInventoryTypeEnum;
	Jurisdiction : IfcActorSelect;
	ResponsiblePersons : SET [1:?] OF IfcPerson;
	LastUpdateDate : IfcCalendarDate;
	CurrentValue : OPTIONAL IfcCostValue;
	OriginalValue : OPTIONAL IfcCostValue;
 WHERE
	WR41 : SIZEOF(QUERY(temp <* SELF\IfcGroup.IsGroupedBy.RelatedObjects |
                 NOT( ('IFC2X2_FINAL.IFCSPACE' IN TYPEOF (temp)) OR 
                      ('IFC2X2_FINAL.IFCASSET' IN TYPEOF (temp)) OR
                      ('IFC2X2_FINAL.IFCFURNISHINGELEMENT' IN TYPEOF (temp))
                 ))) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcInventory 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
 InventoryTypeIfcInventoryTypeEnum (ENUM)IfcInventory
 JurisdictionIfcActorSelect (SELECT)IfcInventory
 ResponsiblePersonsSET OF IfcPerson (ENTITY)IfcInventory
 LastUpdateDateIfcCalendarDate (ENTITY)IfcInventory
 CurrentValueIfcCostValue (ENTITY)IfcInventory
 OriginalValueIfcCostValue (ENTITY)IfcInventory

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcInventory 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
 IsGroupedByIfcRelAssignsToGroup (ENTITY)IfcGroup

Supertypes

Entity IfcInventory inherits from the following supertypes:
  IfcRoot
    IfcObject
      IfcGroup

Subtypes

    No subtypes

Referenced By

Entity IfcInventory and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAsset ENTITY IfcGroup
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcCorrectObjectAssignment FUNCTION IfcObject
 IfcDuctFittingType ENTITY IfcObject
 IfcElementAssembly ENTITY IfcObject
 IfcFooting ENTITY IfcObject
 IfcGroup ENTITY IfcInventory
 IfcInventory ENTITY IfcGroup
 IfcMove ENTITY IfcRoot
 IfcObject ENTITY IfcGroup
 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
 IfcRelAssignsToGroup ENTITY IfcGroup
 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
 IfcSystem ENTITY IfcGroup
 IfcTask ENTITY IfcRoot
 IfcTask ENTITY IfcObject
 IfcTendon ENTITY IfcObject
 IfcTimeSeriesSchedule ENTITY IfcObject
 IfcTypeObject ENTITY IfcRoot
 IfcWall ENTITY IfcObject
 IfcZone ENTITY IfcGroup


[Top Level Definitions] [Exit]

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