ENTITY IfcClassification

(* SCHEMA IFC2X3; *)
ENTITY IfcClassification;
	Source : IfcLabel;
	Edition : IfcLabel;
	EditionDate : OPTIONAL IfcCalendarDate;
	Name : IfcLabel;
 INVERSE
	Contains : SET [0:?] OF IfcClassificationItem FOR ItemOf;
END_ENTITY;

Explicit Attributes

Entity IfcClassification has the following local and inherited explicit attributes:
AttributeTypeDefined By
 SOURCEIfcLabel (STRING)IfcClassification
 EditionIfcLabel (STRING)IfcClassification
 EditionDateIfcCalendarDate (ENTITY)IfcClassification
 NameIfcLabel (STRING)IfcClassification

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcClassification has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ContainsSET OF IfcClassificationItem (ENTITY)IfcClassification

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcClassification and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcClassificationItem ENTITY IfcClassification
 IfcClassificationReference ENTITY IfcClassification


[Top Level Definitions] [Exit]

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