Navigation

item_ref_source_library

EXPRESS specification:

ENTITY item_ref_source_library
SUBTYPE OF ( item_ref_source);
library_owner  :  person_and_organization;
library_name  :  label;
date_of_library  :  calendar_date;
version_of_library  :  OPTIONAL label;
INVERSE
library_items  :  SET OF item_reference_library FOR source;
END_ENTITY;

References (2):

Name Type Referred through Express-G
item_ref_source Entity
Subtype
No Diagram
item_reference_library Entity
Attribute 'source'
No Diagram

Inheritance graph

ENTITY item_ref_source_library;
ENTITY item_ref_source;
ENTITY item_ref_source_library;
library_owner  :  person_and_organization;
library_name  :  label;
date_of_library  :  calendar_date;
version_of_library  :  OPTIONAL label;
INVERSE
library_items  :  SET OF item_reference_library FOR source;
END_ENTITY;