ENTITY product_definition_effectivity

(* SCHEMA process_planning_schema; *)
  ENTITY product_definition_effectivity
    SUBTYPE OF (effectivity);
      usage : product_definition_relationship;
    WHERE
      wr1: SIZEOF(USEDIN(SELF,'PROCESS_PLANNING_SCHEMA.' + 
               'EFFECTIVITY_ASSIGNMENT.ASSIGNED_EFFECTIVITY')) = 0;
  END_ENTITY; -- product_definition_effectivity

Explicit Attributes

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

Derived Attributes

Entity product_definition_effectivity has the following local and inherited derived attributes:
AttributeTypeDefined By
 namelabel (STRING)effectivity
 descriptiontext (STRING)effectivity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity product_definition_effectivity inherits from the following supertypes:
  effectivity

Subtypes

    No subtypes

Referenced By

Entity product_definition_effectivity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 description_attribute_select SELECT effectivity
 effectivity_assignment ENTITY effectivity
 name_attribute_select SELECT effectivity


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:47-04:00