|
ENTITY Product_based_location_identification SUBTYPE OF (Location_representation); location_identification : STRING; location_name : OPTIONAL STRING; referenced_product : product_based_location_representation; END_ENTITY; -- Product_based_location_identification |
Entity data types and their attributesLocation_representation- Product_based_location_identification location_identification: STRING; (OPT) location_name: STRING; referenced_product: product_based_location_representation; |
Global rules for this entity data type- |