|
ENTITY document_with_class SUBTYPE OF (document); class : identifier; END_ENTITY; -- document_with_class |
Entity data types and their attributesdocumentid: identifier; name: label; (OPT) description: text; kind: document_type; (INV) representation_types: SET [0:?] OF document_representation_type FOR represented_document; document_with_class class: identifier; |
Global rules for this entity data type- |