Application module: Schematic drawing | ISO/TS 10303-1204: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 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.
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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