ENTITY configured_effectivity_assignment

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

ENTITY configured_effectivity_assignment
	SUBTYPE OF (effectivity_assignment);
	items : SET [1:?] OF configured_effectivity_item;
WHERE
	WR1 : (SIZEOF(['AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.EFFECTIVITY'] * TYPEOF(SELF.assigned_effectivity) ) = 1) 
	AND (SELF.assigned_effectivity.id = 'configuration validity');
	WR2 : SIZEOF(SELF.items) = 1;
	WR3 : SIZEOF( QUERY( i <* SELF.items | NOT ('AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF(i)) 
	OR NOT (i\product_definition.frame_of_reference.name IN ['conceptual definition','part occurrence', 'functional definition','alternative definition']) )) = 0;
	WR4 : SELF.role.name IN ['design', 'usage'];
	WR5 : (SELF.role.name <> 'design') 
	OR (SIZEOF( QUERY( i <* SELF.items | ('AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF(i)) AND (i\product_definition.frame_of_reference.name = 'part occurrence') )) = 0);
	WR6 : (SELF.role.name <> 'usage') OR (SIZEOF( QUERY( i <* SELF.items | ('AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF(i)) AND (i\product_definition.frame_of_reference.name = 'conceptual definition') )) = 0);
	WR7 : SELF.role.description IN ['exception', 'inherited', 'local'];
	WR8 : SIZEOF( QUERY( x <* USEDIN(SELF,'AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.' + 'EFFECTIVITY_CONTEXT_ASSIGNMENT.ASSIGNED_EFFECTIVITY_ASSIGNMENT') | 'AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.CONFIGURED_EFFECTIVITY_CONTEXT_ASSIGNMENT' IN TYPEOF(x) )) = 1;
END_ENTITY;

Explicit Attributes

Entity configured_effectivity_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_effectivityeffectivity (ENTITY)effectivity_assignment
 itemsSET OF configured_effectivity_item (SELECT)configured_effectivity_assignment

Derived Attributes

Entity configured_effectivity_assignment has the following local and inherited derived attributes:
AttributeTypeDefined By
 roleobject_role (ENTITY)effectivity_assignment

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity configured_effectivity_assignment inherits from the following supertypes:
  effectivity_assignment

Subtypes

    No subtypes

Referenced By

Entity configured_effectivity_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 configured_effectivity_context_assignment ENTITY configured_effectivity_assignment
 effectivity_context_assignment ENTITY effectivity_assignment
 role_select SELECT effectivity_assignment


[Top Level Definitions] [Exit]

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