ENTITY IfcApproval

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcApproval;
	Description : OPTIONAL IfcText;
	ApprovalDateTime : IfcDateTimeSelect;
	ApprovalStatus : OPTIONAL IfcLabel;
	ApprovalLevel : OPTIONAL IfcLabel;
	ApprovalQualifier : OPTIONAL IfcText;
	Name : IfcLabel;
	Identifier : IfcIdentifier;
 INVERSE
	Actors : SET [0:?] OF IfcApprovalActorRelationship FOR Approval;
	IsRelatedWith : SET [0:?] OF IfcApprovalRelationship FOR RelatedApproval;
	Relates : SET [0:?] OF IfcApprovalRelationship FOR RelatingApproval;
END_ENTITY;

Explicit Attributes

Entity IfcApproval has the following local and inherited explicit attributes:
AttributeTypeDefined By
 DescriptionIfcText (STRING)IfcApproval
 ApprovalDateTimeIfcDateTimeSelect (SELECT)IfcApproval
 ApprovalStatusIfcLabel (STRING)IfcApproval
 ApprovalLevelIfcLabel (STRING)IfcApproval
 ApprovalQualifierIfcText (STRING)IfcApproval
 NameIfcLabel (STRING)IfcApproval
 IdentifierIfcIdentifier (STRING)IfcApproval

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcApproval has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ActorsSET OF IfcApprovalActorRelationship (ENTITY)IfcApproval
 IsRelatedWithSET OF IfcApprovalRelationship (ENTITY)IfcApproval
 RelatesSET OF IfcApprovalRelationship (ENTITY)IfcApproval

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcApproval and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcApprovalActorRelationship ENTITY IfcApproval
 IfcApprovalPropertyRelationship ENTITY IfcApproval
 IfcApprovalRelationship ENTITY IfcApproval
 IfcRelAssociatesApproval ENTITY IfcApproval


[Top Level Definitions] [Exit]

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