ENTITY IfcDocumentReference
(* SCHEMA IFC4; *)
ENTITY IfcDocumentReference
 SUBTYPE OF (IfcExternalReference);
	Description : OPTIONAL IfcText;
	ReferencedDocument : OPTIONAL IfcDocumentInformation;
 INVERSE
	DocumentRefForObjects : SET [0:?] OF IfcRelAssociatesDocument FOR RelatingDocument;
 WHERE
	WR1 : EXISTS(Name) XOR EXISTS(ReferencedDocument);
END_ENTITY;
Explicit Attributes
Entity IfcDocumentReference has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcDocumentReference has the following local and inherited inverse attributes:
Supertypes
Entity IfcDocumentReference inherits from the following supertypes:
  IfcExternalReference
Subtypes
    No subtypesReferenced By
Entity IfcDocumentReference 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:05-04:00