Overview Schemas Index

parameterization_schema         


ENTITY unbound_parameter_environment
          SUBTYPE OF (environment);
WHERE
          WR1: ('PARAMETERIZATION_SCHEMA.UNBOUND_VARIATIONAL_PARAMETER' IN
    TYPEOF(SELF\environment.syntactic_representation)) AND
    ('PARAMETERIZATION_SCHEMA.UNBOUND_VARIATIONAL_PARAMETER_SEMANTICS' IN
    TYPEOF(SELF\environment.semantics));
END_ENTITY; -- unbound_parameter_environment

Entity data types and their attributes

environment
          syntactic_representation: generic_variable;
          semantics: variable_semantics;
unbound_parameter_environment
          -

Users: by entity attributes

environment
unbound_parameter_environment

Users: by defined types, not used by any entity attribute

unbound_parameter_environment
          -

Global rules for this entity data type

          -