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:
Derived Attributes
Entity applied_name_assignment has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity applied_name_assignment inherits from the following supertypes:
name_assignment
Subtypes
No subtypesReferenced By
Entity applied_name_assignment and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:39:29-04:00