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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcInventory has the following local and inherited inverse attributes:
Supertypes
Entity IfcInventory inherits from the following supertypes:
IfcRoot
IfcObject
IfcGroup
Subtypes
No subtypesReferenced By
Entity IfcInventory and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00