Navigation

item_ref_source_standard

EXPRESS specification:

ENTITY item_ref_source_standard
SUBTYPE OF ( item_ref_source);
standardization_organization  :  label;
name_of_standard  :  label;
year_of_standard  :  year_number;
version_of_standard  :  OPTIONAL label;
INVERSE
standard_items  :  SET OF item_reference_standard FOR source;
END_ENTITY;

References (2):

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

Inheritance graph

ENTITY item_ref_source_standard;
ENTITY item_ref_source;
ENTITY item_ref_source_standard;
standardization_organization  :  label;
name_of_standard  :  label;
year_of_standard  :  year_number;
version_of_standard  :  OPTIONAL label;
INVERSE
standard_items  :  SET OF item_reference_standard FOR source;
END_ENTITY;