ENTITY configuration_effectivity

(* SCHEMA config_control_design; *)
  ENTITY configuration_effectivity
    SUBTYPE OF (product_definition_effectivity);
      configuration : configuration_design;
    UNIQUE
      ur1 : configuration, usage, id;
    WHERE
      wr1: ('CONFIG_CONTROL_DESIGN.PRODUCT_DEFINITION_USAGE' IN TYPEOF(
               SELF\product_definition_effectivity.usage));
  END_ENTITY; -- configuration_effectivity

Explicit Attributes

Entity configuration_effectivity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)effectivity
 usageproduct_definition_relationship (ENTITY)product_definition_effectivity
 configurationconfiguration_design (ENTITY)configuration_effectivity

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity configuration_effectivity inherits from the following supertypes:
  effectivity
    product_definition_effectivity

Subtypes

    No subtypes

Referenced By

Entity configuration_effectivity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approved_item SELECT configuration_effectivity
 configuration_effectivity ENTITY product_definition_effectivity
 effectivity_requires_approval RULE effectivity
 subtype_mandatory_effectivity RULE effectivity


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:38:03-04:00