|
ENTITY supplier_element SUBTYPE OF (dictionary_element); SELF\dictionary_element.identified_by : supplier_BSU; org : organization; addr : address; INVERSE associated_items : SET [0:?] OF supplier_BSU_relationship FOR relating_supplier; END_ENTITY; -- supplier_element |
Entity data types and their attributesdictionary_elementidentified_by: basic_semantic_unit; (OPT) time_stamps: dates; revision: revision_type; supplier_element (RT) identified_by: supplier_BSU; org: organization; addr: address; (INV) associated_items: SET [0:?] OF supplier_BSU_relationship FOR relating_supplier; |
Users: by entity attributesdictionary_elementsupplier_element supplier_BSU_relationship.relating_supplier Users: by defined types, not used by any entity attributesupplier_element- |
Global rules for this entity data type- |