AP scope | AP module | AP contents | AP index | |
Application module: Position in organization | ISO/TS 10303-1242:2004(E) © ISO |
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:
*)
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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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.
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.
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.
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.
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