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:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity applied_organization_assignment inherits from the following supertypes:
organization_assignment
Subtypes
No subtypesReferenced By
Entity applied_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