ENTITY IfcApproval

(* SCHEMA IFC4; *)
ENTITY IfcApproval;
	Identifier : OPTIONAL IfcIdentifier;
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	TimeOfApproval : OPTIONAL IfcDateTime;
	Status : OPTIONAL IfcLabel;
	Level : OPTIONAL IfcLabel;
	Qualifier : OPTIONAL IfcText;
	RequestingApproval : OPTIONAL IfcActorSelect;
	GivingApproval : OPTIONAL IfcActorSelect;
 INVERSE
	HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
	ApprovedObjects : SET [0:?] OF IfcRelAssociatesApproval FOR RelatingApproval;
	ApprovedResources : SET [0:?] OF IfcResourceApprovalRelationship FOR RelatingApproval;
	IsRelatedWith : SET [0:?] OF IfcApprovalRelationship FOR RelatedApprovals;
	Relates : SET [0:?] OF IfcApprovalRelationship FOR RelatingApproval;
 WHERE
	HasIdentifierOrName : EXISTS (Identifier) OR EXISTS (Name);
END_ENTITY;

Explicit Attributes

Entity IfcApproval has the following local and inherited explicit attributes:
AttributeTypeDefined By
 IdentifierIfcIdentifier (STRING)IfcApproval
 NameIfcLabel (STRING)IfcApproval
 DescriptionIfcText (STRING)IfcApproval
 TimeOfApprovalIfcDateTime (STRING)IfcApproval
 StatusIfcLabel (STRING)IfcApproval
 LevelIfcLabel (STRING)IfcApproval
 QualifierIfcText (STRING)IfcApproval
 RequestingApprovalIfcActorSelect (SELECT)IfcApproval
 GivingApprovalIfcActorSelect (SELECT)IfcApproval

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcApproval has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcApproval
 ApprovedObjectsSET OF IfcRelAssociatesApproval (ENTITY)IfcApproval
 ApprovedResourcesSET OF IfcResourceApprovalRelationship (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
 IfcApprovalRelationship ENTITY IfcApproval
 IfcRelAssociatesApproval ENTITY IfcApproval
 IfcResourceApprovalRelationship ENTITY IfcApproval
 IfcResourceObjectSelect SELECT IfcApproval


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:40-04:00