Application module: Symbolization by schematic element | ISO/TS 10303-1209:2005(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 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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
A symbolized_item is a thing that is symbolized by a schematic element.
EXPRESS specification:
*)
TYPE
symbolized_item_select =
EXTENSIBLE
SELECT;
END_TYPE;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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.
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.
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.
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