|
ENTITY Model_parameter_with_unit SUBTYPE OF (Independent_property_with_unit, Model_parameter); WHERE WR1: NOT('MODEL_PARAMETER_ARM.SCHEMA_BASED_MODEL_PARAMETER' IN TYPEOF(SELF)); END_ENTITY; -- Model_parameter_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 (OPT) valid_range: SET [1:?] OF Value_range; (OPT) default_value: scalar_or_coordinated_characteristics; (DER) reference_document: SET [0:?] OF Document_definition; Model_parameter_with_unit - |
Global rules for this entity data type- |