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

(*
ISO TC184/SC4/WG12 N3071 - ISO/TS 10303-1276 Location - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N2388
*)



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


TYPE location_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (location,
    location_relationship);
END_TYPE;

TYPE location_representation_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (organizational_address,
    person_and_organization_address,
    product,
    product_definition_formation);
END_TYPE;

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

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

END_SCHEMA;  -- Location_mim


© ISO 2004 — All rights reserved