Application module: Alias identification | ISO/TS 10303-1025:2019(E) © ISO |
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;
(*
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.
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.
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