ENTITY attribute_language_assignment

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
ENTITY attribute_language_assignment
   SUBTYPE OF (attribute_classification_assignment);
      SELF\attribute_classification_assignment.assigned_class : language;
      items : SET [1:?] OF attribute_language_item;
   WHERE
      WR1:
         SELF\attribute_classification_assignment.role.name IN [ 'primary', 'translated' ];
      wr2:
         SELF\attribute_classification_assignment.attribute_name <> '';
END_ENTITY;

Explicit Attributes

Entity attribute_language_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_classlanguage (ENTITY)attribute_language_assignment(Redcl from attribute_classification_assignment)
 attribute_namelabel (STRING)attribute_classification_assignment
 roleclassification_role (ENTITY)attribute_classification_assignment
 itemsSET OF attribute_language_item (SELECT)attribute_language_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity attribute_language_assignment inherits from the following supertypes:
  attribute_classification_assignment

Subtypes

    No subtypes

Referenced By

Entity attribute_language_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 applied_attribute_classification_assignment ENTITY attribute_classification_assignment
 attribute_language_assignment ENTITY attribute_classification_assignment
 classification_item SELECT attribute_language_assignment
 get_multi_language FUNCTION attribute_language_assignment
 groupable_item SELECT attribute_language_assignment
 multi_language_attribute_assignment ENTITY attribute_language_assignment
 multi_language_attribute_assignment ENTITY attribute_classification_assignment
 restrict_language_assignment_per_attribute RULE attribute_classification_assignment
 restrict_language_assignment_per_attribute RULE attribute_language_assignment
 same_as_item SELECT attribute_language_assignment


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:14-04:00