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:
AttributeTypeDefined By
 LocationIfcURIReference (STRING)IfcExternalReference
 IdentificationIfcIdentifier (STRING)IfcExternalReference
 NameIfcLabel (STRING)IfcExternalReference
 DescriptionIfcText (STRING)IfcDocumentReference
 ReferencedDocumentIfcDocumentInformation (ENTITY)IfcDocumentReference

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcDocumentReference has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ExternalReferenceForResourcesSET OF IfcExternalReferenceRelationship (ENTITY)IfcExternalReference
 DocumentRefForObjectsSET OF IfcRelAssociatesDocument (ENTITY)IfcDocumentReference

Supertypes

Entity IfcDocumentReference inherits from the following supertypes:
  IfcExternalReference

Subtypes

    No subtypes

Referenced By

Entity IfcDocumentReference and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcDocumentInformation ENTITY IfcDocumentReference
 IfcDocumentSelect SELECT IfcDocumentReference
 IfcExternalReference ENTITY IfcDocumentReference
 IfcExternalReferenceRelationship ENTITY IfcExternalReference
 IfcLightDistributionDataSourceSelect SELECT IfcExternalReference
 IfcObjectReferenceSelect SELECT IfcExternalReference
 IfcResourceObjectSelect SELECT IfcExternalReference


[Top Level Definitions] [Exit]

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