Navigation

document_with_class

EXPRESS specification:

ENTITY document_with_class
SUBTYPE OF ( document);
class  :  identifier;
END_ENTITY;

References (2):

Name Type Referred through Express-G
document Entity
Subtype
No Diagram
document_standard Entity
Supertype
No Diagram

Inheritance graph

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