8.6.3.3 IfcDocumentInformation(文档信息)
8.6.3.3.1 语义定义(Semantic definition)
IfcDocumentInformation 用于记录外部文档的"元数据"。文档的实际内容未在本规范中定义,但可通过 Location 属性定位获取。
相同的 IfcDocumentInformation 可通过 IfcDocumentReference 在交换结构中整体或部分引用(例如引用特定章节或段落)。所有使用该文档信息的文档引用均可通过反向关系 HasDocumentReferences 进行访问。
8.6.3.3.2 实体继承(Entity inheritance)
8.6.3.3.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcDocumentInformation (21) | |||
| 1 | Identification | IfcIdentifier |
唯一标识文档的标识符。 |
| 2 | Name | IfcLabel |
所有者分配的文件名或文档名称。 |
| 3 | Description | OPTIONAL IfcText |
文档及其内容的描述。 |
| 4 | Location | OPTIONAL IfcURIReference |
用于在线引用的文档信息资源标识符或定位符,以 URI、URN 或 URL 形式提供。 |
| 5 | Purpose | OPTIONAL IfcText |
本文档的用途。 |
| 6 | IntendedUse | OPTIONAL IfcText |
本文档的预期用途。 |
| 7 | Scope | OPTIONAL IfcText |
本文档的范围。 |
| 8 | Revision | OPTIONAL IfcLabel |
文档修订标识。 |
| 9 | DocumentOwner | OPTIONAL IfcActorSelect |
关于被确认为本文档"所有者"的个人和/或组织的信息。在某些情况下,文档所有者决定谁有权访问或编辑该文档。 |
| 10 | Editors | OPTIONAL SET [1:?] OF IfcActorSelect |
创建本文档或为其做出贡献的个人和/或组织。 |
| 11 | CreationTime | OPTIONAL IfcDateTime |
文档最初创建的日期和时间戳。 |
| 12 | LastRevisionTime | OPTIONAL IfcDateTime |
本文档版本创建的日期和时间戳。 |
| 13 | ElectronicFormat | OPTIONAL IfcIdentifier |
描述在各种互联网协议中使用的媒体类型,也称为被引用文档的"内容类型"或"MIME 类型(多用途互联网邮件扩展)"。它由(至少)两部分组成:类型和子类型。
|
| 14 | ValidFrom | OPTIONAL IfcDate |
文档生效的日期。 |
| 15 | ValidUntil | OPTIONAL IfcDate |
文档有效期截止的日期。 |
| 16 | Confidentiality | OPTIONAL IfcDocumentConfidentialityEnum |
文档的保密级别。 |
| 17 | Status | OPTIONAL IfcDocumentStatusEnum |
文档的当前状态。文档信息状态可能使用的状态值示例包括: - DRAFT - FINAL DRAFT - FINAL - REVISION |
| DocumentInfoForObjects | SET [0:?] OF IfcRelAssociatesDocument FOR RelatingDocument |
与之关联对象的文档信息。 |
|
| HasDocumentReferences | SET [0:?] OF IfcDocumentReference FOR ReferencedDocument |
本文档所适用的文档引用。 |
|
| IsPointedTo | SET [0:?] OF IfcDocumentInformationRelationship FOR RelatedDocuments |
从 IfcDocumentInformationRelationship 到相关文档的反向关系。 |
|
| IsPointer | SET [0:1] OF IfcDocumentInformationRelationship FOR RelatingDocument |
从 IfcDocumentInformationRelationship 到关联文档的反向关系。 |
|
8.6.3.3.4 形式化表示(Formal representation)
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;