ENTITY configured_effectivity_assignment

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (Specification_based_configuration_mim); *)
ENTITY configured_effectivity_assignment 
	SUBTYPE OF (effectivity_assignment);
	  items : SET [1:?] OF configured_effectivity_item; 
	WHERE 
	WR1: (SIZEOF(['AP236_FURNITURE_CATALOG_AND_INTERIOR_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 ('AP236_FURNITURE_CATALOG_AND_INTERIOR_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 | ('AP236_FURNITURE_CATALOG_AND_INTERIOR_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 | ('AP236_FURNITURE_CATALOG_AND_INTERIOR_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,'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.' + 'EFFECTIVITY_CONTEXT_ASSIGNMENT.ASSIGNED_EFFECTIVITY_ASSIGNMENT') | 'AP236_FURNITURE_CATALOG_AND_INTERIOR_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
 approval_item SELECT configured_effectivity_assignment
 configured_effectivity_context_assignment ENTITY configured_effectivity_assignment
 date_and_time_item SELECT configured_effectivity_assignment
 date_item SELECT configured_effectivity_assignment
 effectivity_context_assignment ENTITY effectivity_assignment
 effectivity_item SELECT configured_effectivity_assignment
 event_occurrence_item SELECT configured_effectivity_assignment
 organization_item SELECT configured_effectivity_assignment
 person_and_organization_item SELECT configured_effectivity_assignment
 role_select SELECT effectivity_assignment
 subtype_exclusiveness_effectivity_assignment RULE effectivity_assignment


[Top Level Definitions] [Exit]

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