Application module: Location | ISO/TS 10303-1276: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 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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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.
EXPRESS specification:
*)
ENTITY characterized_location_object
SUBTYPE OF (characterized_object, location);
END_ENTITY;
(*
*)
END_SCHEMA; -- Location_mim
(*
© ISO 2004 — All rights reserved