IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.6.3.5 IfcDocumentReference

RV ⓘ
AbV ⓘ

8.6.3.5.1 Semantic definition

An IfcDocumentReference is a reference to the location of a document. The reference is given by a system interpretable Location attribute (a URL string) where the document can be found, and an optional inherited internal reference Identification, which refers to a system interpretable position within the document. The optional inherited Name attribute is meant to have meaning for human readers. Optional document metadata can also be captured through reference to IfcDocumentInformation.

8.6.3.5.2 Entity inheritance

8.6.3.5.3 Attributes

# Attribute Type Description
IfcExternalReference (4)
Click to show 4 hidden inherited attributes
IfcDocumentReference (3)
4 Description OPTIONAL IfcText

Description of the document reference for informational purposes.

5 ReferencedDocument OPTIONAL IfcDocumentInformation

The document that is referenced.

DocumentRefForObjects SET [0:?] OF IfcRelAssociatesDocument FOR RelatingDocument

The document reference with which objects are associated.

Table 8.6.3.5.C

8.6.3.5.4 Formal propositions

Name Description
WR1

A name should only be given, if no document information (including the document name) is attached

EXISTS(Name) XOR EXISTS(ReferencedDocument)
Table 8.6.3.5.D

8.6.3.5.5 Examples

8.6.3.5.6 Formal representation

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;

8.6.3.5.7 References

Edit on Github


Is this page difficult to understand? Let us know!

8.6.3.5.8 Changelog

8.6.3.5.8.1 IFC4

  • attribute, Description
  • attribute, ReferencedDocument
  • where rule, WR1
  • where rule, WR1
  • inverse attribute ReferenceToDocument name, Changed from "ReferenceToDocument" to "DocumentRefForObjects"
  • inverse attribute ReferenceToDocument type, Changed from "SET OF [0:1] IfcDocumentInformation FOR DocumentReferences" to "SET OF [0:?] IfcRelAssociatesDocument FOR RelatingDocument"