Application module: Collection identification and version ISO/TS 10303-1396:2010-03(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 definitions
   4.3 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions
     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

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 Collection_identification_and_version_mim;

USE FROM Group_mim;    --  ISO/TS 10303-1113

USE FROM Identification_assignment_mim;    --  ISO/TS 10303-1021

USE FROM product_definition_schema    --  ISO 10303-41
  (product,
   product_definition,
   product_definition_formation,
   product_definition_formation_relationship,
   product_relationship);

USE FROM Product_relationship_mim;    --  ISO/TS 10303-1024

USE FROM Product_version_relationship_mim;    --  ISO/TS 10303-1020

USE FROM Product_view_definition_mim;    --  ISO/TS 10303-1019
(*

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

Group_mim ISO/TS 10303-1113
Identification_assignment_mim ISO/TS 10303-1021
product_definition_schema ISO 10303-41
Product_relationship_mim ISO/TS 10303-1024
Product_version_relationship_mim ISO/TS 10303-1020
Product_view_definition_mim ISO/TS 10303-1019

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

5.2.1 MIM type definitions

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

5.2.1.1 collection_assignment_groupable_item   EXPRESS-G

The collection_assignment_groupable_item type is an extension of the groupable_item type.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE collection_assignment_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item;
END_TYPE;
(*

5.2.1.2 collection_membership_groupable_item   EXPRESS-G

The collection_membership_groupable_item type is an extension of the groupable_item type.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE collection_membership_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item;
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 collection   EXPRESS-G

An collection is a type of product that identifies a set of data.

EXPRESS specification:

*)
ENTITY collection
  SUBTYPE OF (product);
END_ENTITY;
(*

5.2.2.2 collection_assignment   EXPRESS-G

An collection_assignment is a type of applied_group_assignment that is an association of an collection_view_definition with the object to which the information collection has relevance.

EXPRESS specification:

*)
ENTITY collection_assignment
  SUBTYPE OF (applied_group_assignment);
END_ENTITY;
(*

5.2.2.3 collection_membership   EXPRESS-G

A collection_membership is a type of applied_group_assignment that is an association of an collection_view_definition with an object that represents a member of the information collection.

EXPRESS specification:

*)
ENTITY collection_membership
  SUBTYPE OF (applied_group_assignment);
END_ENTITY;
(*

5.2.2.4 collection_relationship   EXPRESS-G

An collection_relationship is a type of product_relationship that represents an association between two collection objects.

EXPRESS specification:

*)
ENTITY collection_relationship
  SUBTYPE OF (product_relationship);
  SELF\product_relationship.relating_product RENAMED relating_collection : collection;
  SELF\product_relationship.related_product RENAMED related_collection : collection;
END_ENTITY;
(*

Attribute definitions:

relating_collection: the relating collection.

related_collection: the related collection.

5.2.2.5 collection_version   EXPRESS-G

A collection_version is a type of product_definition_formation that represents a revision of an collection.

EXPRESS specification:

*)
ENTITY collection_version
  SUBTYPE OF (product_definition_formation);
  SELF\product_definition_formation.of_product RENAMED of_collection : collection;
END_ENTITY;
(*

Attribute definitions:

of_collection: the versioned collection.

5.2.2.6 collection_version_relationship   EXPRESS-G

An collection_version_relationship is a type of product_definition_formation_relationship that represents an association between two collection_version objects.

EXPRESS specification:

*)
ENTITY collection_version_relationship
  SUBTYPE OF (product_definition_formation_relationship);
  SELF\product_definition_formation_relationship.relating_product_definition_formation RENAMED relating_version : collection_version;
  SELF\product_definition_formation_relationship.related_product_definition_formation RENAMED related_version : collection_version;
END_ENTITY;
(*

Attribute definitions:

relating_version: the relating collection_version.

related_version: the related collection_version.

5.2.2.7 collection_version_sequence_relationship   EXPRESS-G

An collection_version_sequence_relationship is a type of product_definition_formation_relationship that represents a sequential association between two collection_version objects.

EXPRESS specification:

*)
ENTITY collection_version_sequence_relationship
  SUBTYPE OF (product_definition_formation_relationship);
  SELF\product_definition_formation_relationship.relating_product_definition_formation RENAMED predecessor : collection_version;
  SELF\product_definition_formation_relationship.related_product_definition_formation RENAMED successor : collection_version;
END_ENTITY;
(*

Attribute definitions:

predecessor: the preceding collection_version.

successor: the succeeding collection_version.

5.2.2.8 collection_view_definition   EXPRESS-G

A collection_view_definition is a type of product_definition that represents a characterization of an collection_version relevant in one or more application domains and for one or more life cycle stages.

EXPRESS specification:

*)
ENTITY collection_view_definition
  SUBTYPE OF (product_definition);
  SELF\product_definition.formation RENAMED defined_version : collection_version;
END_ENTITY;
(*

Attribute definitions:

defined_version: the characterized collection_version.



*)
END_SCHEMA;  -- Collection_identification_and_version_mim
(*


© ISO 2009 — All rights reserved