|
ENTITY Independent_property_with_unit SUBTYPE OF (Independent_property); unit_of_measure : SET [1:?] OF Unit; END_ENTITY; -- Independent_property_with_unit |
Entity data types and their attributesIndependent_propertyid: STRING; property_type: STRING; (OPT) description: STRING; Independent_property_with_unit unit_of_measure: SET [1:?] OF Unit; |
| Model_parameter_with_unit (Model_parameter_arm) |
Global rules for this entity data type- |