ENTITY IfcDocumentReference

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcDocumentReference
 SUBTYPE OF (IfcExternalReference);
 INVERSE
	ReferenceToDocument : SET [0:1] OF IfcDocumentInformation FOR DocumentReferences;
 WHERE
	WR1 : EXISTS(Name) XOR EXISTS(ReferenceToDocument[1]);
END_ENTITY;

Explicit Attributes

Entity IfcDocumentReference has the following local and inherited explicit attributes:
AttributeTypeDefined By
 LocationIfcLabel (STRING)IfcExternalReference
 ItemReferenceIfcIdentifier (STRING)IfcExternalReference
 NameIfcLabel (STRING)IfcExternalReference

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcDocumentReference has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ReferenceToDocumentSET OF IfcDocumentInformation (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
 IfcLightDistributionDataSourceSelect SELECT IfcExternalReference
 IfcObjectReferenceSelect SELECT IfcExternalReference


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00