ENTITY attribute_language_assignment
(* SCHEMA engineering_properties_schema; *)
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:
'ENGINEERING_PROPERTIES_SCHEMA.' + 'LANGUAGE' IN TYPEOF(SELF\attribute_classification_assignment.assigned_class);
END_ENTITY;
Explicit Attributes
Entity attribute_language_assignment has the following local and inherited explicit attributes:
Derived Attributes
Entity attribute_language_assignment has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| language | label (STRING) | attribute_language_assignment |
|
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-03-27T17:18:50-04:00