ENTITY applied_person_and_organization_assignment
(* SCHEMA automotive_design; *)
ENTITY applied_person_and_organization_assignment
SUBTYPE OF (person_and_organization_assignment);
items : SET[1:?] OF person_and_organization_item;
WHERE
wr1: ( NOT ( SELF.role.name = 'signing for contract' ) ) OR
item_correlation ( SELF.items ,
['APPLIED_ORGANIZATION_ASSIGNMENT'] ) ;
END_ENTITY; -- 10303-214: automotive_design
Explicit Attributes
Entity applied_person_and_organization_assignment has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity applied_person_and_organization_assignment inherits from the following supertypes:
person_and_organization_assignment
Subtypes
No subtypesReferenced By
Entity applied_person_and_organization_assignment and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:39:29-04:00