ENTITY IfcDocumentInformation

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcDocumentInformation;
	DocumentId : IfcIdentifier;
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
	DocumentReferences : OPTIONAL SET [1:?] OF IfcDocumentReference;
	Purpose : OPTIONAL IfcText;
	IntendedUse : OPTIONAL IfcText;
	Scope : OPTIONAL IfcText;
	Revision : OPTIONAL IfcLabel;
	DocumentOwner : OPTIONAL IfcActorSelect;
	Editors : OPTIONAL SET [1:?] OF IfcActorSelect;
	CreationTime : OPTIONAL IfcDateAndTime;
	LastRevisionTime : OPTIONAL IfcDateAndTime;
	ElectronicFormat : OPTIONAL IfcDocumentElectronicFormat;
	ValidFrom : OPTIONAL IfcCalendarDate;
	ValidUntil : OPTIONAL IfcCalendarDate;
	Confidentiality : OPTIONAL IfcDocumentConfidentialityEnum;
	Status : OPTIONAL IfcDocumentStatusEnum;
 INVERSE
	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
 DocumentIdIfcIdentifier (STRING)IfcDocumentInformation
 NameIfcLabel (STRING)IfcDocumentInformation
 DescriptionIfcText (STRING)IfcDocumentInformation
 DocumentReferencesSET OF IfcDocumentReference (ENTITY)IfcDocumentInformation
 PurposeIfcText (STRING)IfcDocumentInformation
 IntendedUseIfcText (STRING)IfcDocumentInformation
 ScopeIfcText (STRING)IfcDocumentInformation
 REVISIONIfcLabel (STRING)IfcDocumentInformation
 DocumentOwnerIfcActorSelect (SELECT)IfcDocumentInformation
 EditorsSET OF IfcActorSelect (SELECT)IfcDocumentInformation
 CreationTimeIfcDateAndTime (ENTITY)IfcDocumentInformation
 LastRevisionTimeIfcDateAndTime (ENTITY)IfcDocumentInformation
 ElectronicFormatIfcDocumentElectronicFormat (ENTITY)IfcDocumentInformation
 ValidFromIfcCalendarDate (ENTITY)IfcDocumentInformation
 ValidUntilIfcCalendarDate (ENTITY)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
 IsPointedToSET OF IfcDocumentInformationRelationship (ENTITY)IfcDocumentInformation
 IsPointerSET OF IfcDocumentInformationRelationship (ENTITY)IfcDocumentInformation

Supertypes

    No supertypes

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


[Top Level Definitions] [Exit]

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