ENTITY IfcDocumentInformation
(* SCHEMA IFC2X3; *)
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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcDocumentInformation has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
No subtypesReferenced By
Entity IfcDocumentInformation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:11-04:00