ENTITY configured_effectivity_assignment

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
ENTITY configured_effectivity_assignment
   SUBTYPE OF (effectivity_assignment);
      items : SET [1:?] OF configured_effectivity_item;
   WHERE
      WR1:
         (SIZEOF([ 'STEP_MERGED_AP_SCHEMA.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 ('STEP_MERGED_AP_SCHEMA.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| ('STEP_MERGED_AP_SCHEMA.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| ('STEP_MERGED_AP_SCHEMA.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, 'STEP_MERGED_AP_SCHEMA.EFFECTIVITY_CONTEXT_ASSIGNMENT.ASSIGNED_EFFECTIVITY_ASSIGNMENT')| ('STEP_MERGED_AP_SCHEMA.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
 action_item SELECT configured_effectivity_assignment
 action_items SELECT configured_effectivity_assignment
 action_request_item SELECT configured_effectivity_assignment
 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
 general_organizational_data_select SELECT configured_effectivity_assignment
 organization_item SELECT configured_effectivity_assignment
 person_and_organization_item SELECT configured_effectivity_assignment
 restrict_effectivity_usage RULE configured_effectivity_assignment
 role_select SELECT effectivity_assignment
 security_classification_item SELECT configured_effectivity_assignment
 subtype_exclusiveness_effectivity_assignment RULE effectivity_assignment
 time_interval_item SELECT configured_effectivity_assignment


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:02-05:00