|
ENTITY Chemical_element SUBTYPE OF (Substance); END_ENTITY; -- Chemical_element |
Entity data types and their attributesProductid: STRING; (OPT) name: STRING; (OPT) description: STRING; Substance - Chemical_element - |
Global rules for this entity data type- |