POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
DOCUMENT_SCHEMA_ATTRIBUTE
(* Local *)
SUBTYPE OF
(
document_schema_part
);
cardinality :
OPTIONAL
ndt_pint1
;
document_schema_element :
document_schema_element
;
optionality :
OPTIONAL
ndt_boolean
;
whole_attribute :
OPTIONAL
document_schema_attribute
;
INVERSE
part_attribute :
SET [0:?] OF
document_schema_attribute
FOR
whole_attribute;
WHERE
sri1: document_schema :=: document_schema_element.document_schema;
sri2: document_schema :=: whole_attribute.document_schema;
END_ENTITY
; (* document_schema_attribute *)
Generated on Tue Jul 10 19:37:43 2001
© Copyright 2001 POSC. All rights reserved.