Application module: Alias identification ISO/TS 10303-1025: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 ARM
   4.2 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 Alias identification 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 Alias_identification_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Alias_identification_arm;
(*

4.1 Required AM ARM

The following EXPRESS interface statement specifies the elements imported from the ARM of another application module.

EXPRESS specification:

*)
USE FROM Identification_assignment_arm;    --  ISO/TS 10303-1021
(*

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

Identification_assignment_arm ISO/TS 10303-1021

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

4.2 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.2.1 Alias_identification   EXPRESS-GMapping table

An Alias_identification is a type of Identification_assignment that provides an alias identifier to product or activity data.

NOTE 1   The alias identifier is conveyed within the identifier attribute inherited from Identification_assignment.

NOTE 2   Information about the organizational scope in which the alias applies may be provided by a specialization of Organization_or_person_in_organization_assignment.

NOTE 3   Alias identification only applies to concepts that possesses an attribute that conveys an identifier.

EXPRESS specification:

*)
ENTITY Alias_identification
  SUBTYPE OF (Identification_assignment);
DERIVE
  SELF\Identification_assignment.role : STRING := 'alias';
END_ENTITY;
(*

Attribute definitions:

role: the inherited attribute role. The value of role shall be 'alias';



*)
END_SCHEMA;  -- Alias_identification_arm
(*


© ISO 2019 — All rights reserved