ENTITY IfcClassificationReference

(* SCHEMA IFC4; *)
ENTITY IfcClassificationReference
 SUBTYPE OF (IfcExternalReference);
	ReferencedSource : OPTIONAL IfcClassificationReferenceSelect;
	Description : OPTIONAL IfcText;
	Sort : OPTIONAL IfcIdentifier;
 INVERSE
	ClassificationRefForObjects : SET [0:?] OF IfcRelAssociatesClassification FOR RelatingClassification;
	HasReferences : SET [0:?] OF IfcClassificationReference FOR ReferencedSource;
END_ENTITY;

Explicit Attributes

Entity IfcClassificationReference has the following local and inherited explicit attributes:
AttributeTypeDefined By
 LocationIfcURIReference (STRING)IfcExternalReference
 IdentificationIfcIdentifier (STRING)IfcExternalReference
 NameIfcLabel (STRING)IfcExternalReference
 ReferencedSourceIfcClassificationReferenceSelect (SELECT)IfcClassificationReference
 DescriptionIfcText (STRING)IfcClassificationReference
 SortIfcIdentifier (STRING)IfcClassificationReference

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcClassificationReference has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ExternalReferenceForResourcesSET OF IfcExternalReferenceRelationship (ENTITY)IfcExternalReference
 ClassificationRefForObjectsSET OF IfcRelAssociatesClassification (ENTITY)IfcClassificationReference
 HasReferencesSET OF IfcClassificationReference (ENTITY)IfcClassificationReference

Supertypes

Entity IfcClassificationReference inherits from the following supertypes:
  IfcExternalReference

Subtypes

    No subtypes

Referenced By

Entity IfcClassificationReference and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcClassification ENTITY IfcClassificationReference
 IfcClassificationReference ENTITY IfcClassificationReference
 IfcClassificationReferenceSelect SELECT IfcClassificationReference
 IfcClassificationSelect SELECT IfcClassificationReference
 IfcExternalReference ENTITY IfcClassificationReference
 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:41-04:00