ENTITY IfcClassification

(* SCHEMA IFC4; *)
ENTITY IfcClassification
 SUBTYPE OF (IfcExternalInformation);
	Source : OPTIONAL IfcLabel;
	Edition : OPTIONAL IfcLabel;
	EditionDate : OPTIONAL IfcDate;
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
	Location : OPTIONAL IfcURIReference;
	ReferenceTokens : OPTIONAL LIST [1:?] OF IfcIdentifier;
 INVERSE
	ClassificationForObjects : SET [0:?] OF IfcRelAssociatesClassification FOR RelatingClassification;
	HasReferences : SET [0:?] OF IfcClassificationReference FOR ReferencedSource;
END_ENTITY;

Explicit Attributes

Entity IfcClassification has the following local and inherited explicit attributes:
AttributeTypeDefined By
 SOURCEIfcLabel (STRING)IfcClassification
 EditionIfcLabel (STRING)IfcClassification
 EditionDateIfcDate (STRING)IfcClassification
 NameIfcLabel (STRING)IfcClassification
 DescriptionIfcText (STRING)IfcClassification
 LocationIfcURIReference (STRING)IfcClassification
 ReferenceTokensLIST OF IfcIdentifier (STRING)IfcClassification

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcClassification has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ClassificationForObjectsSET OF IfcRelAssociatesClassification (ENTITY)IfcClassification
 HasReferencesSET OF IfcClassificationReference (ENTITY)IfcClassification

Supertypes

Entity IfcClassification inherits from the following supertypes:
  IfcExternalInformation

Subtypes

    No subtypes

Referenced By

Entity IfcClassification and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcClassificationReferenceSelect SELECT IfcClassification
 IfcClassificationSelect SELECT IfcClassification
 IfcExternalInformation ENTITY IfcClassification
 IfcResourceObjectSelect SELECT IfcExternalInformation


[Top Level Definitions] [Exit]

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