AP scope | AP module | AP contents | AP index | |
Application module: General model parameter | ISO/WD 10303-1472 |
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 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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
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;
(*
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;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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.
EXPRESS specification:
*)
ENTITY general_model_parameter
SUBTYPE OF (general_property);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY parameter_value_representation_item
SUBTYPE OF (representation_item);
END_ENTITY;
(*
*)
END_SCHEMA; -- General_model_parameter_mim
(*
© ISO 2006 — All rights reserved