ENTITY applied_organization_assignment

(* SCHEMA automotive_design; *)
 ENTITY applied_organization_assignment
  SUBTYPE OF (organization_assignment);
  items : SET[1:?] OF organization_item;
  WHERE
 wr1: ( NOT ( SELF.role.name =  'organization in contract' ) )
     OR item_correlation ( SELF.items , ['CONTRACT'] ) ;
 wr2: ( NOT ( SELF.role.name =  'signing for contract' ) ) OR 
     item_correlation ( SELF.items ,
     ['APPLIED_ORGANIZATION_ASSIGNMENT'] ) ;
 wr3: ( NOT ( SELF.role.name =  'validity context' ) ) OR 
     item_correlation ( SELF.items , ['ACTION_PROPERTY' ,
     'RESOURCE_PROPERTY' , 'PROPERTY_DEFINITION'] ) ;
 wr4: ( NOT ( SELF.role.name =  'alias scope' ) ) OR 
     item_correlation ( SELF.items ,
     ['APPLIED_IDENTIFICATION_ASSIGNMENT'] ) ;
END_ENTITY;  -- 10303-214: automotive_design 

Explicit Attributes

Entity applied_organization_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_organizationorganization (ENTITY)organization_assignment
 roleorganization_role (ENTITY)organization_assignment
 itemsSET OF organization_item (SELECT)applied_organization_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity applied_organization_assignment inherits from the following supertypes:
  organization_assignment

Subtypes

    No subtypes

Referenced By

Entity applied_organization_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 date_and_time_item SELECT applied_organization_assignment
 date_item SELECT applied_organization_assignment
 organization_item SELECT applied_organization_assignment
 person_and_organization_item SELECT applied_organization_assignment
 product_requires_id_owner RULE organization_assignment


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:39:29-04:00