ENTITY class_usage_effectivity_context_assignment

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

ENTITY class_usage_effectivity_context_assignment
	SUBTYPE OF (effectivity_context_assignment);
	items : SET [1:?] OF class_usage_effectivity_context_item;
WHERE
	WR1 : SELF.role.name = 'class usage influence';
	WR2 : SIZEOF( QUERY( i <* SELF.items | NOT ('AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF(i)) )) = 0;
	WR3 : ('AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.APPLIED_EFFECTIVITY_ASSIGNMENT' IN TYPEOF(SELF.assigned_effectivity_assignment)) AND 
        (SIZEOF(TYPEOF(SELF.assigned_effectivity_assignment.assigned_effectivity) ) = 1) AND 
        (SELF.assigned_effectivity_assignment.assigned_effectivity.id = 'class usage') AND 
        (SIZEOF( QUERY( i <* SELF.assigned_effectivity_assignment\applied_effectivity_assignment.items | 
        NOT('AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.PRODUCT_CONCEPT_FEATURE_CATEGORY_USAGE' IN TYPEOF(i)) )) = 0);
END_ENTITY;

Explicit Attributes

Entity class_usage_effectivity_context_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_effectivity_assignmenteffectivity_assignment (ENTITY)effectivity_context_assignment
 roleeffectivity_context_role (ENTITY)effectivity_context_assignment
 itemsSET OF class_usage_effectivity_context_item (SELECT)class_usage_effectivity_context_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity class_usage_effectivity_context_assignment inherits from the following supertypes:
  effectivity_context_assignment

Subtypes

    No subtypes

Referenced By

Entity class_usage_effectivity_context_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 configured_effectivity_context_assignment ENTITY effectivity_context_assignment


[Top Level Definitions] [Exit]

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