Application module: Position in organization ISO/TS 10303-1242:2004(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

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

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

5.2 MIM EXPRESS short listing

This clause specifies the EXPRESS schema derived from the mapping table. It uses elements from the common resources or from other application modules and defines the EXPRESS constructs that are specific to this part of ISO 10303.

This clause constitutes the Module Interpreted Module (MIM) of the application module.

This clause also specifies the modifications that apply to the constructs imported from the common resources.

The following restrictions apply to the use, in this schema, of constructs defined in common resources or in application modules:

EXPRESS specification:

*)
SCHEMA Position_in_organization_mim;

USE FROM Classification_assignment_mim;    --  ISO/TS 10303-1114

USE FROM group_schema;    --  ISO 10303-41

USE FROM management_resources_schema    --  ISO 10303-41
  (group_assignment,
   name_assignment,
   position_in_organization_assignment,
   position_in_organization_type_assignment);

USE FROM Person_organization_mim;    --  ISO/TS 10303-1011

USE FROM person_organization_schema    --  ISO 10303-41
  (address,
   organization,
   organizational_project,
   person,
   person_type,
   position_in_organization,
   position_in_organization_relationship,
   position_in_organization_type);

USE FROM Project_mim;    --  ISO/TS 10303-1061

USE FROM Type_of_person_mim;    --  ISO/TS 10303-1245
(*

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

Classification_assignment_mim ISO/TS 10303-1114
group_schema ISO 10303-41
management_resources_schema ISO 10303-41
Person_organization_mim ISO/TS 10303-1011
person_organization_schema ISO 10303-41
Project_mim ISO/TS 10303-1061
Type_of_person_mim ISO/TS 10303-1245

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

5.2.1 MIM type definitions

This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.

5.2.1.1 position_in_organization_classification_item   EXPRESS-G

The position_in_organization_classification_item type is an extension of the classification_item type. It adds the data types applied_position_in_organization_assignment, applied_position_in_organization_type_assignment, group, position_in_organization, position_in_organization_relationship and position_in_organization_type to the list of alternate data types.

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

EXPRESS specification:

*)
TYPE position_in_organization_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (applied_position_in_organization_assignment,
    applied_position_in_organization_type_assignment,
    group,
    position_in_organization,
    position_in_organization_relationship,
    position_in_organization_type);
END_TYPE;
(*

5.2.1.2 position_in_organization_group_assignment_item   EXPRESS-G

The position_in_organization_group_assignment_item type is an extensible list of alternate data types that allows for the designation of the data type position_in_organization_assignment.

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

EXPRESS specification:

*)
TYPE position_in_organization_group_assignment_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (position_in_organization_assignment);
END_TYPE;
(*

5.2.1.3 position_in_organization_group_item   EXPRESS-G

The position_in_organization_group_item type is an extensible list of alternate data types. Additional alternate data types are specified in select data types that extend the position_in_organization_group_item type.

NOTE   This empty extensible select requires extension in a further module to ensure that entities that refer to it have at least one valid instantiation.

EXPRESS specification:

*)
TYPE position_in_organization_group_item = EXTENSIBLE GENERIC_ENTITY SELECT;
END_TYPE;
(*

5.2.1.4 position_in_organization_item   EXPRESS-G

The position_in_organization_item type is an extensible list of alternate data types that allows for the designation of the data types address, organization, organizational_project and person.

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

EXPRESS specification:

*)
TYPE position_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (address,
    organization,
    organizational_project,
    person);
END_TYPE;
(*

5.2.1.5 position_in_organization_type_item   EXPRESS-G

The position_in_organization_type_item type is an extensible list of alternate data types that allows for the designation of the data types person_type and position_in_organization.

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

EXPRESS specification:

*)
TYPE position_in_organization_type_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (person_type,
    position_in_organization);
END_TYPE;
(*

5.2.1.6 project_group_name_item   EXPRESS-G

The project_group_name_item type is an extensible list of alternate data types that allows for the designation of the data type applied_position_in_organization_group_assignment.

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

EXPRESS specification:

*)
TYPE project_group_name_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (applied_position_in_organization_group_assignment);
END_TYPE;
(*

5.2.2 MIM entity definitions

This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.

5.2.2.1 applied_position_in_organization_assignment   EXPRESS-G

An applied_position_in_organization_assignment is a type of position_in_organization_assignment that associates an instance of position_in_organization with one or more position_in_organization_item instances.

EXPRESS specification:

*)
ENTITY applied_position_in_organization_assignment
  SUBTYPE OF (position_in_organization_assignment);
  items : SET[1:?] OF position_in_organization_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of one or more instances of entity data types cited in position_in_organization_item, that are associated with the position_in_organization information.

5.2.2.2 applied_position_in_organization_assignment_group_assignment   EXPRESS-G

An applied_position_in_organization_assignment_group_assignment is a type of group_assignment that associates an instance of a group with one or more position_in_organization_group_assignment_item instances.

EXPRESS specification:

*)
ENTITY applied_position_in_organization_assignment_group_assignment
  SUBTYPE OF (group_assignment);
  items : SET[1:?] OF position_in_organization_group_assignment_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of one or more instances of entity data types cited in position_in_organization_group_assignment_item, that are associated with the applied_position_in_organization_assignment_group_assignment information.

5.2.2.3 applied_position_in_organization_group_assignment   EXPRESS-G

An applied_position_in_organization_group_assignment is a type of group_assignment that associates an instance of group with one or more position_in_organization_group_item instances.

EXPRESS specification:

*)
ENTITY applied_position_in_organization_group_assignment
  SUBTYPE OF (group_assignment);
  items : SET[1:?] OF position_in_organization_group_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of one or more instances of entity data types cited in position_in_organization_group_item, that are associated with the (position) group information.

5.2.2.4 applied_position_in_organization_type_assignment   EXPRESS-G

An applied_position_in_organization_type_assignment is a type of position_in_organization_type_assignment that associates an instance of position_in_organization_type with one or more position_in_organization_type_item instances.

EXPRESS specification:

*)
ENTITY applied_position_in_organization_type_assignment
  SUBTYPE OF (position_in_organization_type_assignment);
  items : SET[1:?] OF position_in_organization_type_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of one or more instances of entity data types cited in position_in_organization_type, that are associated with the position_in_organization_type information.

5.2.2.5 applied_project_group_name_assignment   EXPRESS-G

An applied_project_group_name_assignment is a type of name_assignment that associates an instance of a label with one or more project_group_name_item instances.

EXPRESS specification:

*)
ENTITY applied_project_group_name_assignment
  SUBTYPE OF (name_assignment);
  items : SET[1:?] OF project_group_name_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of one or more instances of entity datatypes cited in project_group_name_item, that are associated with the name_assignment information.



*)
END_SCHEMA;  -- Position_in_organization_mim
(*


© ISO 2004 — All rights reserved