ENTITY language_assignment

(* SCHEMA engineering_properties_schema; *)


   ENTITY language_assignment
   SUBTYPE OF (classification_assignment);
      items : SET [1:?] OF language_item;
   WHERE
      WR1:
         'ENGINEERING_PROPERTIES_SCHEMA.' + 'LANGUAGE' IN TYPEOF(SELF.assigned_class);
      WR2:
         SELF.role.name = 'language';
      WR3:
         SIZEOF(SELF.items) = SIZEOF(QUERY (i <* SELF.items| ('ENGINEERING_PROPERTIES_SCHEMA.' + 'REPRESENTATION' IN TYPEOF(i)) AND (i\representation.name = 'document content')));
   END_ENTITY;

Explicit Attributes

Entity language_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_classgroup (ENTITY)classification_assignment
 roleclassification_role (ENTITY)classification_assignment
 itemsSET OF language_item (SELECT)language_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity language_assignment inherits from the following supertypes:
  classification_assignment

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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