ENTITY IfcOwnerHistory

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcOwnerHistory;
	OwningUser : IfcPersonAndOrganization;
	OwningApplication : IfcApplication;
	State : OPTIONAL IfcStateEnum;
	ChangeAction : IfcChangeActionEnum;
	LastModifiedDate : OPTIONAL IfcTimeStamp;
	LastModifyingUser : OPTIONAL IfcPersonAndOrganization;
	LastModifyingApplication : OPTIONAL IfcApplication;
	CreationDate : IfcTimeStamp;
END_ENTITY;

Explicit Attributes

Entity IfcOwnerHistory has the following local and inherited explicit attributes:
AttributeTypeDefined By
 OwningUserIfcPersonAndOrganization (ENTITY)IfcOwnerHistory
 OwningApplicationIfcApplication (ENTITY)IfcOwnerHistory
 StateIfcStateEnum (ENUM)IfcOwnerHistory
 ChangeActionIfcChangeActionEnum (ENUM)IfcOwnerHistory
 LastModifiedDateIfcTimeStamp (INTEGER)IfcOwnerHistory
 LastModifyingUserIfcPersonAndOrganization (ENTITY)IfcOwnerHistory
 LastModifyingApplicationIfcApplication (ENTITY)IfcOwnerHistory
 CreationDateIfcTimeStamp (INTEGER)IfcOwnerHistory

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcOwnerHistory and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcRoot ENTITY IfcOwnerHistory


[Top Level Definitions] [Exit]

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