ENTITY IfcActorRole

(* SCHEMA IFC2X3; *)
ENTITY IfcActorRole;
	Role : IfcRoleEnum;
	UserDefinedRole : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
 WHERE
	WR1 : (Role <> IfcRoleEnum.USERDEFINED) OR
            ((Role = IfcRoleEnum.USERDEFINED) AND
              EXISTS(SELF.UserDefinedRole));
END_ENTITY;

Explicit Attributes

Entity IfcActorRole has the following local and inherited explicit attributes:
AttributeTypeDefined By
 RoleIfcRoleEnum (ENUM)IfcActorRole
 UserDefinedRoleIfcLabel (STRING)IfcActorRole
 DescriptionIfcText (STRING)IfcActorRole

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcActorRole and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcApprovalActorRelationship ENTITY IfcActorRole
 IfcOrganization ENTITY IfcActorRole
 IfcPerson ENTITY IfcActorRole
 IfcPersonAndOrganization ENTITY IfcActorRole
 IfcRelAssignsToActor ENTITY IfcActorRole


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:44:15-04:00