Application module: Configuration effectivity ISO/TS 10303-1058:2019(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definition
   4.3 ARM entity definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Change history
Bibliography
Index

4 Information requirements

This clause specifies the information requirements for the Configuration effectivity application module. The information requirements are specified as the Application Reference Model (ARM) of this application module.

NOTE 1  A graphical representation of the information requirements is given in Annex C.

NOTE 2  The mapping specification is specified in 5.1. It shows how the information requirements are met by using common resources and constructs defined or imported in the MIM schema of this application module.

This clause defines the information requirements to which implementations shall conform using the EXPRESS language as defined in ISO 10303-11. The following begins the Configuration_effectivity_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Configuration_effectivity_arm;
(*

4.1 Required AM ARMs

The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.

EXPRESS specification:

*)
USE FROM Assembly_structure_arm;    --  ISO/TS 10303-1026

USE FROM Configuration_item_arm;    --  ISO/TS 10303-1056

USE FROM Effectivity_arm;    --  ISO/TS 10303-1057

USE FROM Part_shape_arm;    --  ISO/TS 10303-1807

USE FROM Product_view_definition_relationship_arm;    --  ISO/TS 10303-1041
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

Assembly_structure_arm ISO/TS 10303-1026
Configuration_item_arm ISO/TS 10303-1056
Effectivity_arm ISO/TS 10303-1057
Part_shape_arm ISO/TS 10303-1807
Product_view_definition_relationship_arm ISO/TS 10303-1041

NOTE 2   See Annex C, Figures C.1and C.2 for a graphical representation of this schema.

4.2 ARM type definition

This subclause specifies the ARM type for this application module. The ARM type and definition is specified below.

4.2.1 item_usage_relationship_item   EXPRESS-G

The item_usage_relationship_item type is an extensible list of alternate data types that allows for the designation of the data types Assembly_component_relationship and View_definition_usage.

NOTE   The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE item_usage_relationship_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (Assembly_component_relationship,
    View_definition_usage);
END_TYPE;
(*

4.3 ARM entity definition

This subclause specifies the ARM entity for this module. The ARM entity is an atomic element that embodies a unique application concept and contains attributes specifying the data elements of the entity. The ARM entity and definition is specified below.

4.3.1 Item_usage_effectivity   EXPRESS-GMapping table

An Item_usage_effectivity is an effectivity domain that constrains the use of a product with or within another product, in the context of a Product_configuration.

The effectivity_domain attribute identifies a domain of effectivity.

The item_usage_relationship attribute identifies a relationship which characterizes the use of the product with or within another product.

EXAMPLE    This relationship may be an assembly-component relationship or a make-from relationship.

The resolved_configuration attribute identifies an association between a Product_configuration and a product that implements it. This attribute establishes the context in which the item_usage_relationship is considered and constrained.

When the effectivity domain is a range of serial numbers, the serial numbers considered are those of the Product_configuration.

When the effectivity domain is defined using a production lot number, the production lot considered is one of the Product_configuration.

When the effectivity domain is an interval of time, the interval of time considered is related to the production of the Product_configuration.

NOTE    When no effectivity constraint is applied to a View_definition_usage, the validity or applicability status of this View_definition_usage is unknown.

EXPRESS specification:

*)
ENTITY Item_usage_effectivity;
  effectivity_domain : Effectivity;
  item_usage_relationship : item_usage_relationship_item;
  resolved_configuration : Item_design_association;
END_ENTITY;
(*

Attribute definitions:

effectivity_domain: the Effectivity that defines the domain of effectivity.

item_usage_relationship: the View_definition_usage whose applicability is constrained.

resolved_configuration: the Item_design_association that identifies the context where the item_usage_relationship is considered.



*)
END_SCHEMA;  -- Configuration_effectivity_arm
(*


© ISO 2019 — All rights reserved