ENTITY product_definition_substitute

(* SCHEMA plant_spatial_configuration; *)
   ENTITY product_definition_substitute;
      description : OPTIONAL text;
      context_relationship : product_definition_relationship;
      substitute_definition : product_definition;
   DERIVE
      name : label := get_name_value(SELF);
   WHERE
      WR1:
         context_relationship.related_product_definition :<>: 
substitute_definition;
      WR2:
         SIZEOF(USEDIN(SELF, 'PLANT_SPATIAL_CONFIGURATION.' + 
'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
   END_ENTITY;

Explicit Attributes

Entity product_definition_substitute has the following local and inherited explicit attributes:
AttributeTypeDefined By
 descriptiontext (STRING)product_definition_substitute
 context_relationshipproduct_definition_relationship (ENTITY)product_definition_substitute
 substitute_definitionproduct_definition (ENTITY)product_definition_substitute

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity product_definition_substitute and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 name_attribute_select SELECT product_definition_substitute


[Top Level Definitions] [Exit]

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