ENTITY IfcClassification
(* SCHEMA IFC4; *)
ENTITY IfcClassification
SUBTYPE OF (IfcExternalInformation);
Source : OPTIONAL IfcLabel;
Edition : OPTIONAL IfcLabel;
EditionDate : OPTIONAL IfcDate;
Name : IfcLabel;
Description : OPTIONAL IfcText;
Specification : 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:
Attribute | Type | Defined By |
---|
SOURCE | IfcLabel (STRING) | IfcClassification |
Edition | IfcLabel (STRING) | IfcClassification |
EditionDate | IfcDate (STRING) | IfcClassification |
Name | IfcLabel (STRING) | IfcClassification |
Description | IfcText (STRING) | IfcClassification |
SPECIFICATION | IfcURIReference (STRING) | IfcClassification |
ReferenceTokens | LIST OF IfcIdentifier (STRING) | IfcClassification |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcClassification has the following local and inherited inverse attributes:
Supertypes
Entity IfcClassification inherits from the following supertypes:
IfcExternalInformation
Subtypes
No subtypesReferenced By
Entity IfcClassification and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00