Application module: Symbolization by schematic element ISO/TS 10303-1209:2005(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 Symbolization_by_schematic_element_mim;

USE FROM Class_mim;    --  ISO/TS 10303-1070

USE FROM Schematic_element_mim;    --  ISO/TS 10303-1205

USE FROM presentation_organization_schema    --  ISO 10303-46
  (presented_item,
   presented_item_representation);
(*

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

Class_mim ISO/TS 10303-1070
Schematic_element_mim ISO/TS 10303-1205
presentation_organization_schema ISO 10303-46

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 symbolized_class_select   EXPRESS-G

A symbolized_class is a thing that has its members or subclasses symbolized by a schematic element.

EXPRESS specification:

*)
TYPE symbolized_class_select = EXTENSIBLE SELECT;
END_TYPE;
(*

5.2.1.2 symbolized_item_select   EXPRESS-G

A symbolized_item is a thing that is symbolized by a schematic element.

EXPRESS specification:

*)
TYPE symbolized_item_select = EXTENSIBLE SELECT;
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 symbolization_by_schematic_element   EXPRESS-G

A symbolization_by_schematic_element is a presented_item_representation and a class that is a Symbolization_by_Schematic_element (as defined in the ARM).

EXPRESS specification:

*)
ENTITY symbolization_by_schematic_element
  SUBTYPE OF (class, presented_item_representation);
  SELF\presented_item_representation.presentation : schematic_element;
  SELF\presented_item_representation.item : symbolized_item;
END_ENTITY;
(*

Attribute definitions:

presentation: the Schematic_element that stands for the symbolized.

item: the thing that the symbolizer stands for.

5.2.2.2 symbolization_of_member_or_subclass_by_schematic_element   EXPRESS-G

A symbolization_of_member_or_subclass_by_schematic_element is a presented_item_representation and a class that is a Symbolization_of_member_or_subclass_by_Schematic_element (as defined in the ARM).

EXPRESS specification:

*)
ENTITY symbolization_of_member_or_subclass_by_schematic_element
  SUBTYPE OF (class, presented_item_representation);
  SELF\presented_item_representation.presentation : schematic_element_definition;
  SELF\presented_item_representation.item : symbolized_class;
END_ENTITY;
(*

Attribute definitions:

presentation: the Schematic_element_definition that stands for the symbolized.

item: the Class that the symbolizer stands for.

5.2.2.3 symbolized_class   EXPRESS-G

A symbolized_class is a presented_item that is referenced by a Symbolization_of_member_or_subclass_by_Schematic_element (as defined in the ARM).

EXPRESS specification:

*)
ENTITY symbolized_class
  SUBTYPE OF (presented_item);
  item : symbolized_class_select;
END_ENTITY;
(*

Attribute definitions:

item: the class that is symbolized.

5.2.2.4 symbolized_item   EXPRESS-G

A symbolized_item is a presented_item that is referenced by a Symbolization_by_Schematic_element (as defined in the ARM).

EXPRESS specification:

*)
ENTITY symbolized_item
  SUBTYPE OF (presented_item);
  item : symbolized_item_select;
END_ENTITY;
(*

Attribute definitions:

item: the thing that is symbolized.



*)
END_SCHEMA;  -- Symbolization_by_schematic_element_mim
(*


© ISO 2005 — All rights reserved