|
ENTITY Derived_unit SUBTYPE OF (Unit); elements : SET [1:?] OF Derived_unit_element; END_ENTITY; -- Derived_unit |
Entity data types and their attributesUnitname: STRING; si_unit: BOOLEAN; Derived_unit elements: SET [1:?] OF Derived_unit_element; |
Global rules for this entity data type- |