|
ENTITY language_assignment SUBTYPE OF (classification_assignment); items : SET [1:?] OF language_item; WHERE WR1: 'AUTOMOTIVE_DESIGN.'+ 'LANGUAGE' IN TYPEOF ( SELF.assigned_class ); WR2: SELF.role. name ='language'; WR3: SIZEOF ( SELF.items ) = SIZEOF ( QUERY ( i <* SELF.items | ( 'AUTOMOTIVE_DESIGN.'+ 'REPRESENTATION' IN TYPEOF ( i ) ) AND ( i\representation. name = 'document content' ) ) ); END_ENTITY; -- language_assignment |
Entity data types and their attributesclassification_assignmentassigned_class: group; role: classification_role; language_assignment items: SET [1:?] OF language_item; |
Users: by entity attributesclassification_assignmentlanguage_assignment Users: by defined types, not used by any entity attributelanguage_assignment- |
Global rules for this entity data type- |