Application module: Schematic and symbolization ISO/TS 10303-1203: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 definition
   4.3 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definition
     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 N2823 - ISO/TS 10303-1203 Schematic and symbolization - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N2190
*)



SCHEMA Schematic_and_symbolization_mim;

USE FROM Schematic_element_library_mim;    -- ISO/TS 10303-1208

USE FROM Schematic_drawing_mim;    -- ISO/TS 10303-1204

USE FROM Document_and_version_identification_mim;    -- ISO/TS 10303-1121

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

USE FROM Symbolization_by_schematic_element_mim;    -- ISO/TS 10303-1209

USE FROM External_item_identification_assignment_mim;    -- ISO/TS 10303-1128


TYPE externally_identified_schematic_element_definition = SELECT BASED_ON external_identification_item WITH
   (implicit_schematic_element_definition);
END_TYPE;

ENTITY drawing_revision_class_of_document
  SUBTYPE OF (class, product_definition_formation, drawing_revision);
WHERE
  appropriate_category: appropriate_category: SELF.of_product.name = 'document';
END_ENTITY;

ENTITY drawing_sheet_revision_class_of_document
  SUBTYPE OF (class, product_definition_formation, drawing_sheet_revision);
WHERE
  appropriate_category: appropriate_category: SELF.of_product.name = 'document';
END_ENTITY;

END_SCHEMA;  -- Schematic_and_symbolization_mim


© ISO 2005 — All rights reserved