ENTITY IfcDocumentInformation

(* SCHEMA IFC4; *)
ENTITY IfcDocumentInformation
 SUBTYPE OF (IfcExternalInformation);
	Identification : IfcIdentifier;
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
	Location : OPTIONAL IfcURIReference;
	Purpose : OPTIONAL IfcText;
	IntendedUse : OPTIONAL IfcText;
	Scope : OPTIONAL IfcText;
	Revision : OPTIONAL IfcLabel;
	DocumentOwner : OPTIONAL IfcActorSelect;
	Editors : OPTIONAL SET [1:?] OF IfcActorSelect;
	CreationTime : OPTIONAL IfcDateTime;
	LastRevisionTime : OPTIONAL IfcDateTime;
	ElectronicFormat : OPTIONAL IfcIdentifier;
	ValidFrom : OPTIONAL IfcDate;
	ValidUntil : OPTIONAL IfcDate;
	Confidentiality : OPTIONAL IfcDocumentConfidentialityEnum;
	Status : OPTIONAL IfcDocumentStatusEnum;
 INVERSE
	DocumentInfoForObjects : SET [0:?] OF IfcRelAssociatesDocument FOR RelatingDocument;
	HasDocumentReferences : SET [0:?] OF IfcDocumentReference FOR ReferencedDocument;
	IsPointedTo : SET [0:?] OF IfcDocumentInformationRelationship FOR RelatedDocuments;
	IsPointer : SET [0:1] OF IfcDocumentInformationRelationship FOR RelatingDocument;
END_ENTITY;

Explicit Attributes

Entity IfcDocumentInformation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 IdentificationIfcIdentifier (STRING)IfcDocumentInformation
 NameIfcLabel (STRING)IfcDocumentInformation
 DescriptionIfcText (STRING)IfcDocumentInformation
 LocationIfcURIReference (STRING)IfcDocumentInformation
 PurposeIfcText (STRING)IfcDocumentInformation
 IntendedUseIfcText (STRING)IfcDocumentInformation
 ScopeIfcText (STRING)IfcDocumentInformation
 REVISIONIfcLabel (STRING)IfcDocumentInformation
 DocumentOwnerIfcActorSelect (SELECT)IfcDocumentInformation
 EditorsSET OF IfcActorSelect (SELECT)IfcDocumentInformation
 CreationTimeIfcDateTime (STRING)IfcDocumentInformation
 LastRevisionTimeIfcDateTime (STRING)IfcDocumentInformation
 ElectronicFormatIfcIdentifier (STRING)IfcDocumentInformation
 ValidFromIfcDate (STRING)IfcDocumentInformation
 ValidUntilIfcDate (STRING)IfcDocumentInformation
 ConfidentialityIfcDocumentConfidentialityEnum (ENUM)IfcDocumentInformation
 StatusIfcDocumentStatusEnum (ENUM)IfcDocumentInformation

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcDocumentInformation has the following local and inherited inverse attributes:
AttributeTypeDefined By
 DocumentInfoForObjectsSET OF IfcRelAssociatesDocument (ENTITY)IfcDocumentInformation
 HasDocumentReferencesSET OF IfcDocumentReference (ENTITY)IfcDocumentInformation
 IsPointedToSET OF IfcDocumentInformationRelationship (ENTITY)IfcDocumentInformation
 IsPointerSET OF IfcDocumentInformationRelationship (ENTITY)IfcDocumentInformation

Supertypes

Entity IfcDocumentInformation inherits from the following supertypes:
  IfcExternalInformation

Subtypes

    No subtypes

Referenced By

Entity IfcDocumentInformation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcDocumentInformationRelationship ENTITY IfcDocumentInformation
 IfcDocumentReference ENTITY IfcDocumentInformation
 IfcDocumentSelect SELECT IfcDocumentInformation
 IfcExternalInformation ENTITY IfcDocumentInformation
 IfcResourceObjectSelect SELECT IfcExternalInformation


[Top Level Definitions] [Exit]

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