Application module: Location ISO/TS 10303-1276: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 Location_mim;

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

USE FROM location_schema    --  ISO 10303-41
  (location,
   location_relationship);

USE FROM management_resources_schema    --  ISO 10303-41
  (location_representation_assignment);

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

USE FROM person_organization_schema    --  ISO 10303-41
  (organizational_address);

USE FROM product_definition_schema    --  ISO 10303-41
  (product,
   product_definition_formation);

USE FROM Product_identification_mim;    --  ISO/TS 10303-1017

USE FROM product_property_definition_schema    --  ISO 10303-41
  (characterized_definition,
   characterized_object,
   property_definition);

USE FROM product_property_representation_schema    --  ISO 10303-41
  (property_definition_representation,
   represented_definition);

USE FROM Product_version_mim;    --  ISO/TS 10303-1018

USE FROM qualified_measure_schema    --  ISO 10303-45
  (measure_representation_item);

USE FROM representation_schema    --  ISO 10303-43
  (representation,
   representation_item);

USE FROM Value_with_unit_mim;    --  ISO/TS 10303-1054

USE FROM Zonal_breakdown_mim;    --  ISO/TS 10303-1217
(*

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

Classification_assignment_mim ISO/TS 10303-1114
location_schema ISO 10303-41
management_resources_schema ISO 10303-41
Person_organization_mim ISO/TS 10303-1011
person_organization_schema ISO 10303-41
product_definition_schema ISO 10303-41
Product_identification_mim ISO/TS 10303-1017
product_property_definition_schema ISO 10303-41
product_property_representation_schema ISO 10303-41
Product_version_mim ISO/TS 10303-1018
qualified_measure_schema ISO 10303-45
representation_schema ISO 10303-43
Value_with_unit_mim ISO/TS 10303-1054
Zonal_breakdown_mim ISO/TS 10303-1217

NOTE 2   See Annex D, Figures D.1and D.2 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 location_classification_item   EXPRESS-G

The location_classification_item type is an extension of the classification_item type. It adds the data types location and location_relationship 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_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (location,
    location_relationship);
END_TYPE;
(*

5.2.1.2 location_representation_item   EXPRESS-G

The location_representation_item type is an extensible list of alternate data types that allows for the designation of the data types organizational_address, person_and_organization_address, product and product_definition_formation.

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

EXPRESS specification:

*)
TYPE location_representation_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (organizational_address,
    person_and_organization_address,
    product,
    product_definition_formation);
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_location_representation_assignment   EXPRESS-G

An applied_location_representation_assignment is a type of location_representation_assignment that relates a location to instances of entity data types listed in location_representation_item.

EXPRESS specification:

*)
ENTITY applied_location_representation_assignment
  SUBTYPE OF (location_representation_assignment);
  items : SET[1:?] OF location_representation_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of items by which the location is represented.

5.2.2.2 characterized_location_object   EXPRESS-G

A characterized_location_object is a type of location and characterized_object that serves to assign property_definition instances to location instances.

EXPRESS specification:

*)
ENTITY characterized_location_object
  SUBTYPE OF (characterized_object, location);
END_ENTITY;
(*



*)
END_SCHEMA;  -- Location_mim
(*


© ISO 2004 — All rights reserved