ENTITY attribute_language_assignment

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY attribute_language_assignment
SUBTYPE OF (attribute_classification_assignment);
  items : SET [1:?] OF attribute_language_item;
DERIVE
  language : label := SELF\attribute_classification_assignment.assigned_class.
  name;
WHERE
  wr1 : SELF\attribute_classification_assignment.role.name IN ['primary', 
    'translated'];
  wr2 : 'AUTOMOTIVE_DESIGN.' + 'LANGUAGE' IN TYPEOF(SELF\
    attribute_classification_assignment.assigned_class);
END_ENTITY; -- 10303-214: automotive_design

Explicit Attributes

Entity attribute_language_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_classgroup (ENTITY)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

Entity attribute_language_assignment has the following local and inherited derived attributes:
AttributeTypeDefined By
 languagelabel (STRING)attribute_language_assignment

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
 attribute_language_assignment ENTITY attribute_classification_assignment
 get_multi_language FUNCTION attribute_language_assignment


[Top Level Definitions] [Exit]

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