Application module: Possession of property ISO/TS 10303-1199:2005(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 definition
   4.3 ARM entity definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 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

4 Information requirements

This clause specifies the information requirements for the Possession of property application module. The information requirements are specified as the Application Reference Model (ARM) of this application module.

NOTE 1  A graphical representation of the information requirements is given in Annex C.

NOTE 2  The mapping specification is specified in 5.1. It shows how the information requirements are met by using common resources and constructs defined or imported in the MIM schema of this application module.

The following EXPRESS specification begins the Possession_of_property_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Possession_of_property_arm;
(*

4.1 Required AM ARMs

The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.

EXPRESS specification:

*)
USE FROM Individual_activity_arm;    --  ISO/TS 10303-1176

USE FROM Independent_property_definition_arm;    --  ISO/TS 10303-1099

USE FROM Process_property_assignment_arm;    --  ISO/TS 10303-1040

USE FROM Product_as_individual_arm;    --  ISO/TS 10303-1164

USE FROM Property_assignment_arm;    --  ISO/TS 10303-1030
(*

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

Individual_activity_arm ISO/TS 10303-1176
Independent_property_definition_arm ISO/TS 10303-1099
Process_property_assignment_arm ISO/TS 10303-1040
Product_as_individual_arm ISO/TS 10303-1164
Property_assignment_arm ISO/TS 10303-1030

NOTE 2   See Annex C, Figures C.1and C.2 for a graphical representation of this schema.

4.2 ARM type definition

This subclause specifies the ARM type for this application module. The ARM type and definition is specified below.

4.2.1 characterized_individual_physical_object   EXPRESS-G

A characterized_individual_physical_object is an Individual_activity or a Product_as_individual_version.

EXPRESS specification:

*)
TYPE characterized_individual_physical_object = SELECT BASED_ON property_assignment_select WITH
   (Individual_activity,
    Product_as_individual_version);
END_TYPE;
(*

4.3 ARM entity definition

This subclause specifies the ARM entity for this module. The ARM entity is an atomic element that embodies a unique application concept and contains attributes specifying the data elements of the entity. The ARM entity and definition is specified below.

4.3.1 Possession_of_property   EXPRESS-GMapping table

A Possession_of_property is a relationship between a Physical_quantity_instance and an individual physical object, and that indicates the individual physical object has the property.

The individual physical object can be either a Product_as_individual_version or an Individual_activity.

EXAMPLE    The relationship between:

that indicates the mass of the widget is 10 kg, is a Possession_of_property.

If this mass of the widget is known to be within the range 9.9 kg to 10.1 kg, then the Physical_quantity_instance is not identified by a numver but instead specified to lie within the Physical_quantity_range that is 9.9 kg to 10.1 kg.

EXPRESS specification:

*)
ENTITY Possession_of_property
  SUBTYPE OF (Applied_independent_property);
  SELF\Applied_independent_property.base_independent_property : Physical_quantity_instance;
END_ENTITY;
(*

Attribute definitions:

base_independent_property: an Physical_quantity_instance that is possessed by the described_element.



*)
END_SCHEMA;  -- Possession_of_property_arm
(*


© ISO 2005 — All rights reserved