|
Documentation |
EXPRESS-G Diagram |
SCHEMA IfcDocumentResource;
REFERENCE FROM IfcDateTimeResource (
IfcDateAndTime );
REFERENCE FROM IfcUtilityResource (
IfcApplication );
REFERENCE FROM IfcActorResource (
IfcActorSelect
,IfcPerson
,IfcOrganization
,IfcPersonAndOrganization );
|
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;
|
Documentation |
ENTITY IfcDocumentType;
FileExtension : STRING;
Description : STRING;
EditingApplications : SET [0:?] OF IfcApplication;
END_ENTITY;
END_SCHEMA;