AP scope | AP module | AP contents | AP index | |
Application module: State based behaviour representation | ISO/WD 10303-1471 |
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 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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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.
EXPRESS specification:
*)
ENTITY state_based_behaviour_representation_context
SUBTYPE OF (representation_context);
END_ENTITY;
(*
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