Application module: Location assignment characterized ISO/TS 10303-1358: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
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 definition

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

4 Information requirements

This clause specifies the information requirements for the Location assignment characterized 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.

The following EXPRESS specification begins the Location_assignment_characterized_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Location_assignment_characterized_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 Approval_arm;    --  ISO/TS 10303-1012

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

USE FROM Date_time_assignment_arm;    --  ISO/TS 10303-1014

USE FROM Effectivity_application_arm;    --  ISO/TS 10303-1059

USE FROM Location_assignment_arm;    --  ISO/TS 10303-1277

USE FROM Multi_linguism_arm;    --  ISO/TS 10303-1105

USE FROM Person_organization_assignment_arm;    --  ISO/TS 10303-1013

USE FROM Property_assignment_arm;    --  ISO/TS 10303-1030
(*

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

Approval_arm ISO/TS 10303-1012
Classification_assignment_arm ISO/TS 10303-1114
Date_time_assignment_arm ISO/TS 10303-1014
Effectivity_application_arm ISO/TS 10303-1059
Location_assignment_arm ISO/TS 10303-1277
Multi_linguism_arm ISO/TS 10303-1105
Person_organization_assignment_arm ISO/TS 10303-1013
Property_assignment_arm ISO/TS 10303-1030

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

4.2 ARM type definitions

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

4.2.1 location_assignment_approval_item   EXPRESS-G

The location_assignment_approval_item type is an extension of the approval_item type. It adds the data type Location_assignment 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 location_assignment_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON approval_item WITH
   (Location_assignment);
END_TYPE;
(*

4.2.2 location_assignment_classification_item   EXPRESS-G

The location_assignment_classification_item type is an extension of the classification_item type. It adds the data type Location_assignment 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 location_assignment_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (Location_assignment);
END_TYPE;
(*

4.2.3 location_assignment_date_or_date_time_item   EXPRESS-G

The location_assignment_date_or_date_time_item type is an extension of the date_or_date_time_item type. It adds the data type Location_assignment 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 location_assignment_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON date_or_date_time_item WITH
   (Location_assignment);
END_TYPE;
(*

4.2.4 location_assignment_effectivity_item   EXPRESS-G

The location_assignment_effectivity_item type is an extension of the effectivity_item type. It adds the data type Location_assignment 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 location_assignment_effectivity_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON effectivity_item WITH
   (Location_assignment);
END_TYPE;
(*

4.2.5 location_assignment_organization_or_person_in_organization_item   EXPRESS-G

The location_assignment_organization_or_person_in_organization_item type is an extension of the organization_or_person_in_organization_item type. It adds the data type Location_assignment 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 location_assignment_organization_or_person_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON organization_or_person_in_organization_item WITH
   (Location_assignment);
END_TYPE;
(*

4.2.6 location_assignment_property_assignment_select   EXPRESS-G

The location_assignment_property_assignment_select type is an extension of the property_assignment_select type. It adds the data type Location_assignment 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 location_assignment_property_assignment_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON property_assignment_select WITH
   (Location_assignment);
END_TYPE;
(*

4.2.7 location_assignment_string_select   EXPRESS-G

The location_assignment_string_select type is an extension of the string_select type. It adds the data type Location_assignment to the list of alternate data types.

EXPRESS specification:

*)
TYPE location_assignment_string_select = SELECT BASED_ON string_select WITH
   (Location_assignment);
END_TYPE;
(*



*)
END_SCHEMA;  -- Location_assignment_characterized_arm
(*


© ISO 2004 — All rights reserved