|
ENTITY Schema_based_model_parameter SUBTYPE OF (Model_parameter); entity_name : Independent_property; attribute_name : OPTIONAL Independent_property; schema_identifier : Independent_property; UNIQUE UR1 : entity_name, attribute_name, schema_identifier; END_ENTITY; -- Schema_based_model_parameter |
Entity data types and their attributesIndependent_propertyid: STRING; property_type: STRING; (OPT) description: STRING; 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; Schema_based_model_parameter entity_name: Independent_property; (OPT) attribute_name: Independent_property; schema_identifier: Independent_property; |
Global rules for this entity data type- |