Overview Schemas Index

automotive_design         


ENTITY applied_ineffectivity_assignment
          SUBTYPE OF (effectivity_assignment);
          items : SET [1:?] OF effectivity_item;
WHERE
          WR1: SIZEOF ( ['AUTOMOTIVE_DESIGN.'+ 'LOT_EFFECTIVITY' ,
     'AUTOMOTIVE_DESIGN.'+ 'SERIAL_NUMBERED_EFFECTIVITY' ,
     'AUTOMOTIVE_DESIGN.'+ 'PRODUCT_DEFINITION_EFFECTIVITY']*
     TYPEOF ( SELF.assigned_effectivity ) ) =0;
END_ENTITY; -- applied_ineffectivity_assignment

Entity data types and their attributes

effectivity_assignment
          assigned_effectivity: effectivity;
          (DER) role: object_role;
applied_ineffectivity_assignment
          items: SET [1:?] OF effectivity_item;

Users

effectivity_assignment
          effectivity_context_assignment.assigned_effectivity_assignment
          role_association.item_with_role
                    role_select
applied_ineffectivity_assignment

Global rules for this entity data type

          -