AP scope | AP module | AP contents | AP index | |
Application module: State characterized | ISO/TS 10303-1271:2004(E) © ISO |
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_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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
EXPRESS specification:
*)
ENTITY statechar_applied_object
SUBTYPE OF (characterized_object, state_observed_assignment);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY statechar_object
SUBTYPE OF (characterized_object, state_observed);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY statechar_relationship_object
SUBTYPE OF (characterized_object, state_observed_relationship);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY statechar_type_applied_object
SUBTYPE OF (characterized_object, state_type_assignment);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY statechar_type_object
SUBTYPE OF (characterized_object, state_type);
END_ENTITY;
(*
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