AP scope  |  AP module  |  AP contents  |  AP index
Application module: State characterized ISO/TS 10303-1271:2004(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
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_characterized_mim;

USE FROM Activity_method_assignment_mim;    --  ISO/TS 10303-1249

USE FROM Activity_mim;    --  ISO/TS 10303-1047

USE FROM Attribute_classification_mim;    --  ISO/TS 10303-1246

USE FROM Classification_assignment_mim;    --  ISO/TS 10303-1114

USE FROM Condition_characterized_mim;    --  ISO/TS 10303-1257

USE FROM Condition_evaluation_characterized_mim;    --  ISO/TS 10303-1296

USE FROM Condition_evaluation_mim;    --  ISO/TS 10303-1254

USE FROM Condition_mim;    --  ISO/TS 10303-1253

USE FROM Date_time_assignment_mim;    --  ISO/TS 10303-1014

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

USE FROM Multi_linguism_mim;    --  ISO/TS 10303-1105

USE FROM Person_organization_assignment_mim;    --  ISO/TS 10303-1013

USE FROM product_property_definition_schema    --  ISO 10303-41
  (characterized_object);

USE FROM Property_assignment_mim;    --  ISO/TS 10303-1030

USE FROM State_definition_mim;    --  ISO/E2 WD 10303-1255

USE FROM State_observed_mim;    --  ISO/TS 10303-1256

USE FROM state_observed_schema    --  ISO 10303-56
  (ascribable_state,
   ascribable_state_relationship,
   state_observed,
   state_observed_assignment,
   state_observed_relationship,
   state_observed_role);

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

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

Activity_method_assignment_mim ISO/TS 10303-1249
Activity_mim ISO/TS 10303-1047
Attribute_classification_mim ISO/TS 10303-1246
Classification_assignment_mim ISO/TS 10303-1114
Condition_characterized_mim ISO/TS 10303-1257
Condition_evaluation_characterized_mim ISO/TS 10303-1296
Condition_evaluation_mim ISO/TS 10303-1254
Condition_mim ISO/TS 10303-1253
Date_time_assignment_mim ISO/TS 10303-1014
Identification_assignment_mim ISO/TS 10303-1021
Multi_linguism_mim ISO/TS 10303-1105
Person_organization_assignment_mim ISO/TS 10303-1013
product_property_definition_schema ISO 10303-41
Property_assignment_mim ISO/TS 10303-1030
State_definition_mim ISO/E2 WD 10303-1255
State_observed_mim ISO/TS 10303-1256
state_observed_schema ISO 10303-56
state_type_schema ISO 10303-56

NOTE 2   See Annex D, Figures D.1, D.2, D.3, D.4, D.5, D.6, D.7, D.8and D.9 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_observed_role_classification_item   EXPRESS-G

The state_observed_role_classification_item type is an extension of the classification_item type. It adds the data type state_observed_role 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_observed_role_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (state_observed_role);
END_TYPE;
(*

5.2.1.2 statechar_action_items   EXPRESS-G

The statechar_action_items type is an extension of the action_items type. It adds the data type ascribable_state 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 statechar_action_items = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON action_items WITH
   (ascribable_state);
END_TYPE;
(*

5.2.1.3 statechar_action_method_items   EXPRESS-G

The statechar_action_method_items type is an extension of the action_method_items 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 statechar_action_method_items = EXTENSIBLE SELECT BASED_ON action_method_items WITH
   (state_type,
    state_type_relationship);
END_TYPE;
(*

5.2.1.4 statechar_attribute_classification_item   EXPRESS-G

The statechar_attribute_classification_item type is an extension of the attribute_classification_item type. It adds the data types state_observed, state_observed_assignment, state_observed_relationship, state_type, state_type_assignment 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 statechar_attribute_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON attribute_classification_item WITH
   (state_observed,
    state_observed_assignment,
    state_observed_relationship,
    state_type,
    state_type_assignment,
    state_type_relationship);
END_TYPE;
(*

5.2.1.5 statechar_attribute_language_item   EXPRESS-G

The statechar_attribute_language_item type is an extension of the attribute_language_item type. It adds the data types state_observed, state_observed_relationship, 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 statechar_attribute_language_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON attribute_language_item WITH
   (state_observed,
    state_observed_relationship,
    state_type,
    state_type_relationship);
END_TYPE;
(*

5.2.1.6 statechar_date_and_time_item   EXPRESS-G

The statechar_date_and_time_item type is an extension of the date_and_time_item type. It adds the data types ascribable_state, state_observed, state_observed_assignment, state_observed_relationship, state_type, state_type_assignment 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 statechar_date_and_time_item = EXTENSIBLE SELECT BASED_ON date_and_time_item WITH
   (ascribable_state,
    state_observed,
    state_observed_assignment,
    state_observed_relationship,
    state_type,
    state_type_assignment,
    state_type_relationship);
END_TYPE;
(*

5.2.1.7 statechar_date_item   EXPRESS-G

The statechar_date_item type is an extension of the date_item type. It adds the data types ascribable_state, state_observed, state_observed_assignment, state_observed_relationship, state_type, state_type_assignment 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 statechar_date_item = EXTENSIBLE SELECT BASED_ON date_item WITH
   (ascribable_state,
    state_observed,
    state_observed_assignment,
    state_observed_relationship,
    state_type,
    state_type_assignment,
    state_type_relationship);
END_TYPE;
(*

5.2.1.8 statechar_identification_item   EXPRESS-G

The statechar_identification_item type is an extension of the identification_item type. It adds the data types ascribable_state, ascribable_state_relationship, state_observed, state_observed_assignment, state_observed_relationship, state_type, state_type_assignment 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 statechar_identification_item = EXTENSIBLE SELECT BASED_ON identification_item WITH
   (ascribable_state,
    ascribable_state_relationship,
    state_observed,
    state_observed_assignment,
    state_observed_relationship,
    state_type,
    state_type_assignment,
    state_type_relationship);
END_TYPE;
(*

5.2.1.9 statechar_multi_language_attribute_item   EXPRESS-G

The statechar_multi_language_attribute_item type is an extension of the multi_language_attribute_item type. It adds the data types state_observed, state_observed_relationship, 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 statechar_multi_language_attribute_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON multi_language_attribute_item WITH
   (state_observed,
    state_observed_relationship,
    state_type,
    state_type_relationship);
END_TYPE;
(*

5.2.1.10 statechar_organization_item   EXPRESS-G

The statechar_organization_item type is an extension of the organization_item type. It adds the data types ascribable_state, state_observed, state_observed_assignment, state_observed_relationship, state_type, state_type_assignment 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 statechar_organization_item = EXTENSIBLE SELECT BASED_ON organization_item WITH
   (ascribable_state,
    state_observed,
    state_observed_assignment,
    state_observed_relationship,
    state_type,
    state_type_assignment,
    state_type_relationship);
END_TYPE;
(*

5.2.1.11 statechar_person_and_organization_item   EXPRESS-G

The statechar_person_and_organization_item type is an extension of the person_and_organization_item type. It adds the data types ascribable_state, state_observed, state_observed_assignment, state_observed_relationship, state_type, state_type_assignment 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 statechar_person_and_organization_item = EXTENSIBLE SELECT BASED_ON person_and_organization_item WITH
   (ascribable_state,
    state_observed,
    state_observed_assignment,
    state_observed_relationship,
    state_type,
    state_type_assignment,
    state_type_relationship);
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 statechar_applied_object   EXPRESS-G

A statechar_applied_object is a type of state_observed_assignment. A statechar_applied_object assigns property to state_observed_assignment. This assignment allows properties unique to when a state is assigned to product or activity data to define its state_observed_assignment.

EXPRESS specification:

*)
ENTITY statechar_applied_object
  SUBTYPE OF (characterized_object, state_observed_assignment);
END_ENTITY;
(*

5.2.2.2 statechar_object   EXPRESS-G

A statechar_object is a type of state_observed. A statechar_object assigns property to state_observed. This assignment allows properties unique to a state to define its state_observed.

EXPRESS specification:

*)
ENTITY statechar_object
  SUBTYPE OF (characterized_object, state_observed);
END_ENTITY;
(*

5.2.2.3 statechar_relationship_object   EXPRESS-G

A statechar_relationship_object is a type of state_observed_relationship. A statechar_relationship_object assigns property to state_observed_relationship. This assignment allows properties unique to a state relationship to define its state_observed_relationship.

EXPRESS specification:

*)
ENTITY statechar_relationship_object
  SUBTYPE OF (characterized_object, state_observed_relationship);
END_ENTITY;
(*

5.2.2.4 statechar_type_applied_object   EXPRESS-G

A statechar_type_applied_object is a type of state_type_assignment. A statechar_type_applied_object assigns property to state_type_assignment. This assignment allows properties unique to when a type of state is assigned to product or activity data to define its state_type_assignment.

EXPRESS specification:

*)
ENTITY statechar_type_applied_object
  SUBTYPE OF (characterized_object, state_type_assignment);
END_ENTITY;
(*

5.2.2.5 statechar_type_object   EXPRESS-G

A statechar_type_object is a type of state_type. A statechar_type_object assigns property to state_type. This assignment allows properties unique to a type of state to define its state_type.

EXPRESS specification:

*)
ENTITY statechar_type_object
  SUBTYPE OF (characterized_object, state_type);
END_ENTITY;
(*

5.2.2.6 statechar_type_relationship_object   EXPRESS-G

A statechar_type_relationship_object is a type of state_type_relationship. A statechar_type_relationship_object assigns property to state_type_relationship. This assignment allows properties unique to a type of state relationship to define its state_type_relationship.

EXPRESS specification:

*)
ENTITY statechar_type_relationship_object
  SUBTYPE OF (characterized_object, state_type_relationship);
END_ENTITY;
(*



*)
END_SCHEMA;  -- State_characterized_mim
(*


© ISO 2004 — All rights reserved