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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcApproval has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
No subtypesReferenced By
Entity IfcApproval and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:04-04:00