ENTITY IfcOwnerHistory

(* SCHEMA IFC4; *)
ENTITY IfcOwnerHistory;
	OwningUser : IfcPersonAndOrganization;
	OwningApplication : IfcApplication;
	State : OPTIONAL IfcStateEnum;
	ChangeAction : OPTIONAL IfcChangeActionEnum;
	LastModifiedDate : OPTIONAL IfcTimeStamp;
	LastModifyingUser : OPTIONAL IfcPersonAndOrganization;
	LastModifyingApplication : OPTIONAL IfcApplication;
	CreationDate : IfcTimeStamp;
 WHERE
	CorrectChangeAction : (EXISTS(LastModifiedDate)) OR
(NOT(EXISTS(LastModifiedDate)) AND NOT(EXISTS(ChangeAction))) OR
(NOT(EXISTS(LastModifiedDate)) AND EXISTS(ChangeAction) AND ((ChangeAction = IfcChangeActionEnum.NOTDEFINED) OR (ChangeAction = IfcChangeActionEnum.NOCHANGE)));
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
2016-06-01T11:21:45-04:00