AP scope  |  AP module  |  AP contents  |  AP index
Application module: General model parameter ISO/WD 10303-1472

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
   4.4 ARM function definition
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
6 Module reference data

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

USE FROM Class_mim;    --  ISO/TS 10303-1070

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

USE FROM External_class_mim;    --  ISO/TS 10303-1275

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

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

USE FROM Independent_property_mim;    --  ISO/TS 10303-1036

USE FROM Independent_property_representation_mim;    --  ISO/TS 10303-1038

USE FROM Parameter_value_specification_mim    --  ISO/WD 10303-1470
  (parameter_value_select);

USE FROM product_property_definition_schema    --  ISO 10303-41
  (general_property,
   general_property_relationship);

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

USE FROM representation_schema    --  ISO 10303-43
  (representation_item);
(*

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

Class_mim ISO/TS 10303-1070
Classification_assignment_mim ISO/TS 10303-1114
External_class_mim ISO/TS 10303-1275
Foundation_representation_mim ISO/TS 10303-1006
Group_mim ISO/TS 10303-1113
Independent_property_mim ISO/TS 10303-1036
Independent_property_representation_mim ISO/TS 10303-1038
Parameter_value_specification_mim ISO/WD 10303-1470
product_property_definition_schema ISO 10303-41
Property_assignment_mim ISO/TS 10303-1030
representation_schema ISO 10303-43

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

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

5.2.1.2 gmp_classification_item   EXPRESS-G

The gmp_classification_item type is an extension of the classification_item type. It adds the data types constrained_general_parameter_relationship, general_model_parameter and parameter_value_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 gmp_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (constrained_general_parameter_relationship,
    general_model_parameter,
    parameter_value_representation_item);
END_TYPE;
(*

5.2.1.3 parameter_value_representation_item_groupable_item   EXPRESS-G

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

5.2.1.4 parameter_value_select_groupable_item   EXPRESS-G

The parameter_value_select_groupable_item type is an extension of the groupable_item type. It adds the data type parameter_value_select 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 parameter_value_select_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item WITH
   (parameter_value_select);
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 constrained_general_parameter_relationship   EXPRESS-G

A constrained_general_parameter_relationship is a type of general_property_relationship that constrains the properties involved to be of a particular type or classified using a particular class.

EXPRESS specification:

*)
ENTITY constrained_general_parameter_relationship
  SUBTYPE OF (general_property_relationship);
  SELF\general_property_relationship.relating_property : general_model_parameter;
  SELF\general_property_relationship.related_property : general_model_parameter;
END_ENTITY;
(*

Attribute definitions:

relating_property: the parent general_model_parameter in the relationship.

related_property: the child general_model_parameter in the relationship.

5.2.2.2 general_model_parameter   EXPRESS-G

A general_model_parameter is a type of general_property_relationship that constrains the properties involved to be of a particular type or classified using a particular class.

EXPRESS specification:

*)
ENTITY general_model_parameter
  SUBTYPE OF (general_property);
END_ENTITY;
(*

5.2.2.3 parameter_value_representation_item   EXPRESS-G

A parameter_value_representation_item is a type of representation_item that that is a named input/output of a model used in the definition of the interface (the exposed method of communicating with the model) to the model which is or may be provided with or result in an actual value when the model is used or invoked.

EXPRESS specification:

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



*)
END_SCHEMA;  -- General_model_parameter_mim
(*


© ISO 2006 — All rights reserved