|
ENTITY Dated_effectivity SUBTYPE OF (Effectivity); start_bound : date_or_event; end_bound : OPTIONAL date_or_event; END_ENTITY; -- Dated_effectivity |
Entity data types and their attributesEffectivityid: STRING; name: STRING; (OPT) description: STRING; Dated_effectivity start_bound: date_or_event; (OPT) end_bound: date_or_event; |
Global rules for this entity data type- |