EXPRESS Definition for IfcDocumentResource

Link to Documentation

Documentation

Link to EXPRESS-G Diagram

EXPRESS-G Diagram



SCHEMA IfcDocumentResource;

REFERENCE FROM IfcDateTimeResource (
    IfcDateAndTime );

REFERENCE FROM IfcUtilityResource (
    IfcApplication );

REFERENCE FROM IfcActorResource (
    IfcActorSelect
   ,IfcPerson
   ,IfcOrganization
   ,IfcPersonAndOrganization );

IfcDocumentReference

Link to Documentation

Documentation


ENTITY IfcDocumentReference;
    DocumentType        : IfcDocumentType;
    DocumentName        : STRING;
    DocumentDescription : OPTIONAL STRING;
    Location            : STRING;
    DocumentOwner       : IfcActorSelect;
    PreparedBy          : LIST [0:?] OF IfcActorSelect;
    CreationDate        : IfcDateAndTime;
    Editors             : LIST [0:?] OF IfcActorSelect;
    Revision            : OPTIONAL STRING;
    DateOfRevision      : OPTIONAL IfcDateAndTime;
    DocSectionReference : OPTIONAL STRING;
    DocumentScope       : OPTIONAL STRING;
    DocumentPurpose     : OPTIONAL STRING;
    DocumentIntendedUse : OPTIONAL STRING;
END_ENTITY;


IfcDocumentType

Link to Documentation

Documentation


ENTITY IfcDocumentType;
    FileExtension       : STRING;
    Description         : STRING;
    EditingApplications : SET [0:?] OF IfcApplication;
END_ENTITY;



END_SCHEMA;