AP scope  |  AP module  |  AP contents  |  AP index
Application module: State based behaviour representation ISO/WD 10303-1471

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

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

USE FROM Foundation_state_definition_mim;    --  ISO/WD 10303-1469

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

USE FROM representation_schema    --  ISO 10303-43
  (representation,
   representation_context,
   representation_item);

USE FROM state_type_schema    --  ISO 10303-56
  (state_type,
   state_type_relationship);
(*

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

Foundation_representation_mim ISO/TS 10303-1006
Foundation_state_definition_mim ISO/WD 10303-1469
Group_mim ISO/TS 10303-1113
representation_schema ISO 10303-43
state_type_schema ISO 10303-56

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 state_based_behaviour_element_groupable_item   EXPRESS-G

The state_based_behaviour_element_groupable_item type is an extension of the groupable_item type. It adds the data types state_type and state_type_relationship to the list of alternate data types.

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

EXPRESS specification:

*)
TYPE state_based_behaviour_element_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item WITH
   (state_type,
    state_type_relationship);
END_TYPE;
(*

5.2.1.2 state_based_behaviour_representation_item_groupable_item   EXPRESS-G

The state_based_behaviour_representation_item_groupable_item type is an extension of the groupable_item type. It adds the data type state_based_behaviour_representation_item to the list of alternate data types.

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

EXPRESS specification:

*)
TYPE state_based_behaviour_representation_item_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item WITH
   (state_based_behaviour_representation_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 state_based_behaviour_model   EXPRESS-G

A state_based_behaviour_model is a type of representation that is used in the definition of state-based behaviour model.

EXPRESS specification:

*)
ENTITY state_based_behaviour_model
  SUBTYPE OF (representation);
  SELF\representation.context_of_items : state_based_behaviour_representation_context;
  SELF\representation.items : state_based_behaviour_representation_item;
END_ENTITY;
(*

Attribute definitions:

context_of_items: the state_based_behaviour_representation_context denoting the circumstances in which the state-based behaviour model is defined.

items: the state_based_behaviour_representation_item for the state-based behaviour model.

5.2.2.2 state_based_behaviour_representation_context   EXPRESS-G

A state_based_behaviour_representation_context is a type of representation_context denoting the circumstances in which a state-based behaviour model is defined.

EXPRESS specification:

*)
ENTITY state_based_behaviour_representation_context
  SUBTYPE OF (representation_context);
END_ENTITY;
(*

5.2.2.3 state_based_behaviour_representation_item   EXPRESS-G

A state_based_behaviour_representation_item is a type of representation_item for a state-based behaviour model.

EXPRESS specification:

*)
ENTITY state_based_behaviour_representation_item
  SUBTYPE OF (representation_item);
END_ENTITY;
(*



*)
END_SCHEMA;  -- State_based_behaviour_representation_mim
(*


© ISO 2006 — All rights reserved