Application module: External class ISO/TS 10303-1275:2014-02(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

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
F Change history
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:

Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.

EXPRESS specification:

*)
SCHEMA External_class_mim;

USE FROM basic_attribute_schema    --  ISO 10303-41
  (description_attribute,
   description_attribute_select);

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

USE FROM External_source_mim;    --  ISO/TS 10303-1331

USE FROM classification_schema    --  ISO 10303-54
  (class);

USE FROM external_reference_schema    --  ISO 10303-41
  (external_source,
   externally_defined_item);

USE FROM Name_assignment_mim;    --  ISO/TS 10303-1340
(*

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

basic_attribute_schema ISO 10303-41
Class_mim ISO/TS 10303-1070
External_source_mim ISO/TS 10303-1331
classification_schema ISO 10303-54
external_reference_schema ISO 10303-41
Name_assignment_mim ISO/TS 10303-1340

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

5.2.1 MIM type definition

This subclause specifies the MIM type for this application module. The MIM type and definition is specified below.

5.2.1.1 external_class_name_item   EXPRESS-G

The external_class_name_item type is an extension of the name_item type. It adds the data type external_class_library to the list of alternate data types.

EXPRESS specification:

*)
TYPE external_class_name_item = SELECT BASED_ON name_item WITH
   (external_class_library);
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 external_class_library   EXPRESS-G

An external_class_library is a type of external_source that implements the ARM concept of External_class_library. An external_class_libraryidentifies an external class library.

EXPRESS specification:

*)
ENTITY external_class_library
  SUBTYPE OF (external_source);
END_ENTITY;
(*

5.2.2.2 externally_defined_class   EXPRESS-G

An externally_defined_class is a type of externally_defined_item and class that implements the ARM concept of External_class. An externally_defined_class represents a class whose identification and definition is defined externally, that is not within this part of ISO 10303.

NOTE    The entity externally_defined_class is identical to the entity of the same name defined in ISO 10303-214 and ISO 10303-218.

EXPRESS specification:

*)
ENTITY externally_defined_class
  SUBTYPE OF (class, externally_defined_item);
END_ENTITY;
(*



*)
END_SCHEMA;  -- External_class_mim
(*


© ISO 2014 — All rights reserved