ENTITY attribute_language_assignment
(* SCHEMA step_merged_cad_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
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:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity attribute_language_assignment inherits from the following supertypes:
attribute_classification_assignment
Subtypes
No subtypesReferenced By
Entity attribute_language_assignment and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:01-05:00