POSC Meta Model Specifications Version 2.3
Meta Data Logical Model
ENTITY
ENTITY_DEF
;
is_abstract : boolean;
is_active : >boolean;
name : string(40);
ref_type_code :
OPTIONAL
string(1)
FIXED
;
schema_def :
schema_def
;
source :
source
;
INVERSE
attributes :
SET [0:?] OF
attribute
FOR
parent_ent;
diagram_set :
SET [0:?] OF
diagram_set
FOR
entity_def;
UNIQUE
si: name;
END_ENTITY
; (* entity_def *)
© Copyright 1997-2001 POSC. All rights reserved.