POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
REGULATION_CLAUSE
SUPERTYPE OF
(
ONEOF
(
regulation_clause_amendment
))
SUBTYPE OF
(
technical_object
);
identifier :
ndt_identifier
;
occurrence_order :
OPTIONAL
ndt_pint4
;
ref_regulation_clause :
OPTIONAL
ref_regulation_clause
;
regulation :
regulation
;
text :
OPTIONAL
ndt_text
;
INVERSE
regulation_clause_amendment :
SET [0:?] OF
regulation_clause_amendment
FOR
amend_regulation_clause;
UNIQUE
si: identifier, ref_regulation_clause, regulation;
END_ENTITY
; (* regulation_clause *)
Generated on Tue Jul 10 19:38:57 2001
© Copyright 2001 POSC. All rights reserved.