ENTITY applied_name_assignment

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY applied_name_assignment
SUBTYPE OF (name_assignment);
  items : SET [1:?] OF name_item;
WHERE
  wr1 : NOT (SELF.role.name = 'kinematic element name') OR item_correlation(
    SELF.items, ['KINEMATIC_STRUCTURE', 'KINEMATIC_JOINT', 'KINEMATIC_LINK']);
END_ENTITY; -- 10303-214: automotive_design

Explicit Attributes

Entity applied_name_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_namelabel (STRING)name_assignment
 itemsSET OF name_item (SELECT)applied_name_assignment

Derived Attributes

Entity applied_name_assignment has the following local and inherited derived attributes:
AttributeTypeDefined By
 roleobject_role (ENTITY)name_assignment

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity applied_name_assignment inherits from the following supertypes:
  name_assignment

Subtypes

    No subtypes

Referenced By

Entity applied_name_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 attribute_language_item SELECT name_assignment
 multi_language_attribute_item SELECT name_assignment
 restrict_multi_language_for_name_assignment RULE name_assignment
 role_select SELECT name_assignment


[Top Level Definitions] [Exit]

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