|
ENTITY Category_model_parameter SUBTYPE OF (Model_parameter); INVERSE associated_attribute : SET [1:1] OF Classification_attribute FOR attribute_definition; END_ENTITY; -- Category_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; Category_model_parameter (INV) associated_attribute: SET [1:1] OF Classification_attribute FOR attribute_definition; |
Global rules for this entity data type- |