Application module: Possession of property | ISO/TS 10303-1199:2005(E) © ISO |
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;
(*
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.
This subclause specifies the ARM type for this application module. The ARM type and definition is specified below.
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;
(*
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.
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