Application module: Schematic drawing ISO/TS 10303-1204: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 entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 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 Schematic_drawing_mim;

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

USE FROM Drawing_structure_and_administration_mim;    --  ISO/TS 10303-1207

USE FROM Foundation_representation_mim;    --  ISO/TS 10303-1006
(*

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

Schematic_element_mim ISO/TS 10303-1205
Drawing_structure_and_administration_mim ISO/TS 10303-1207
Foundation_representation_mim ISO/TS 10303-1006

NOTE 2   See Annex D, Figures D.1and D.2 for a graphical representation of this schema.

5.2.1 MIM entity definitions

This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.

5.2.1.1 intra_page_connector   EXPRESS-G

An intra_page_connector is a page_connector that is a Intra_page_connector (as defined in the ARM).

EXPRESS specification:

*)
ENTITY intra_page_connector
  SUBTYPE OF (page_connector);
END_ENTITY;
(*

5.2.1.2 off_page_connector   EXPRESS-G

An off_page_connector is a page_connector that is a Off_page_connector (as defined in the ARM).

EXPRESS specification:

*)
ENTITY off_page_connector
  SUBTYPE OF (page_connector);
END_ENTITY;
(*

5.2.1.3 on_page_connector   EXPRESS-G

An on_page_connector is a page_connector that is a On_page_connector (as defined in the ARM).

EXPRESS specification:

*)
ENTITY on_page_connector
  SUBTYPE OF (page_connector);
END_ENTITY;
(*

5.2.1.4 page_connector   EXPRESS-G

A page_connector is a schematic_element_definition that is a Page_connector (as defined in the ARM).

EXPRESS specification:

*)
ENTITY page_connector
  SUBTYPE OF (schematic_element_definition);
END_ENTITY;
(*

5.2.1.5 schematic_drawing   EXPRESS-G

A schematic_drawing is a schematic_element_definition and a drawing_sheet_revision.

EXPRESS specification:

*)
ENTITY schematic_drawing
  SUBTYPE OF (schematic_element_definition, drawing_sheet_revision);
END_ENTITY;
(*

5.2.1.6 reference_between_page_connectors   EXPRESS-G

A reference_between_page_connectors is a representation_relationship that is a Reference_between_page_connectors (as defined in the ARM).

EXPRESS specification:

*)
ENTITY reference_between_page_connectors
  SUBTYPE OF (representation_relationship);
  SELF\representation_relationship.rep_1 : page_connector;
  SELF\representation_relationship.rep_2 : page_connector;
END_ENTITY;
(*

Attribute definitions:

rep_1: the Page_connector that references, or is referenced by, rep_2.

rep_2: the Page_connector that references, or is referenced by, rep_1.



*)
END_SCHEMA;  -- Schematic_drawing_mim
(*


© ISO 2005 — All rights reserved