ENTITY IfcLibraryInformation

(* SCHEMA IFC4; *)
ENTITY IfcLibraryInformation
 SUBTYPE OF (IfcExternalInformation);
	Name : IfcLabel;
	Version : OPTIONAL IfcLabel;
	Publisher : OPTIONAL IfcActorSelect;
	VersionDate : OPTIONAL IfcDateTime;
	Location : OPTIONAL IfcURIReference;
	Description : OPTIONAL IfcText;
 INVERSE
	LibraryInfoForObjects : SET [0:?] OF IfcRelAssociatesLibrary FOR RelatingLibrary;
	HasLibraryReferences : SET [0:?] OF IfcLibraryReference FOR ReferencedLibrary;
END_ENTITY;

Explicit Attributes

Entity IfcLibraryInformation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcLibraryInformation
 VersionIfcLabel (STRING)IfcLibraryInformation
 PublisherIfcActorSelect (SELECT)IfcLibraryInformation
 VersionDateIfcDateTime (STRING)IfcLibraryInformation
 LocationIfcURIReference (STRING)IfcLibraryInformation
 DescriptionIfcText (STRING)IfcLibraryInformation

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcLibraryInformation has the following local and inherited inverse attributes:
AttributeTypeDefined By
 LibraryInfoForObjectsSET OF IfcRelAssociatesLibrary (ENTITY)IfcLibraryInformation
 HasLibraryReferencesSET OF IfcLibraryReference (ENTITY)IfcLibraryInformation

Supertypes

Entity IfcLibraryInformation inherits from the following supertypes:
  IfcExternalInformation

Subtypes

    No subtypes

Referenced By

Entity IfcLibraryInformation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcCurrencyRelationship ENTITY IfcLibraryInformation
 IfcExternalInformation ENTITY IfcLibraryInformation
 IfcLibraryReference ENTITY IfcLibraryInformation
 IfcLibrarySelect SELECT IfcLibraryInformation
 IfcResourceObjectSelect SELECT IfcExternalInformation


[Top Level Definitions] [Exit]

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