ENTITY IfcApplication

(* SCHEMA IFC4; *)
ENTITY IfcApplication;
	ApplicationDeveloper : IfcOrganization;
	Version : IfcLabel;
	ApplicationFullName : IfcLabel;
	ApplicationIdentifier : IfcIdentifier;
 UNIQUE
	UR1 : ApplicationIdentifier;
	UR2 : ApplicationFullName, Version;
END_ENTITY;

Explicit Attributes

Entity IfcApplication has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ApplicationDeveloperIfcOrganization (ENTITY)IfcApplication
 VersionIfcLabel (STRING)IfcApplication
 ApplicationFullNameIfcLabel (STRING)IfcApplication
 ApplicationIdentifierIfcIdentifier (STRING)IfcApplication

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcApplication and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcOwnerHistory ENTITY IfcApplication


[Top Level Definitions] [Exit]

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