document_usage
EXPRESS specification:
ENTITY
document_usage
SUBTYPE
OF
(
document_relationship
);
UNIQUE
URD2
:
name, relating_document, related_document;
WHERE
WRD12
:
acyclic_document_relationship(SELF, [SELF\document_relationship.related_document], 'STRUCTURAL_FRAME_SCHEMA.DOCUMENT_RELATIONSHIP.RELATED_DOCUMENT');
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
document_relationship
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
document_usage;
ENTITY
document_relationship
;
name
:
label
;
description
:
OPTIONAL
text
;
relating_document
:
document
;
related_document
:
document
;
ENTITY
document_usage
;
END_ENTITY
;