Navigation

document

EXPRESS specification:

ENTITY document;
id  :  identifier;
name  :  label;
description  :  text;
kind  :  document_type;
INVERSE
representation_types  :  SET OF document_representation_type FOR represented_document;
END_ENTITY;

References (6):

Name Type Referred through Express-G
document_relationship Entity
Attribute 'relating_document'
Attribute 'related_document'
No Diagram
document_representation_type Entity
Attribute 'represented_document'
No Diagram
document_usage_constraint Entity
Attribute 'source'
No Diagram
document_with_class Entity
Supertype
No Diagram
select_generic_item Select
Select relation
No Diagram

Inheritance graph

ENTITY document;
ENTITY document;
id  :  identifier;
name  :  label;
description  :  text;
kind  :  document_type;
INVERSE
representation_types  :  SET OF document_representation_type FOR represented_document;
END_ENTITY;