Application module: Property condition | ISO/TS 10303-1074:2005(E) © ISO |
This clause specifies the information requirements for the Property condition 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 Property_condition_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Property_condition_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Class_of_activity_arm;
--
ISO/TS 10303-1071
USE FROM
Class_of_product_arm;
--
ISO/TS 10303-1077
USE FROM
Property_space_arm;
--
ISO/TS 10303-1080
USE FROM
Process_property_assignment_arm;
--
ISO/TS 10303-1040
USE FROM
Property_assignment_arm;
--
ISO/TS 10303-1030
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Class_of_activity_arm ISO/TS 10303-1071 Class_of_product_arm ISO/TS 10303-1077 Property_space_arm ISO/TS 10303-1080 Process_property_assignment_arm ISO/TS 10303-1040 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 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 Property_condition is a relationship between a Physical_quantity_range and a class of physical object, and that indicates each member of the class has a Physical_quantity_instance in the range.
The class of physical object can be either a Class_of_product or a Class_of_activity.
EXAMPLE The relationship between:
that indicates the mass of each widget of the type lies within the range, is a Property_condition.
EXPRESS specification:
*)
ENTITY Property_condition
SUBTYPE OF (Class_of_possession_of_property);
SELF\Applied_independent_property.base_independent_property : Physical_quantity_range;
END_ENTITY;
(*
Attribute definitions:
base_independent_property: the Physical_quantity_range that contains the instance possessed by each member of the described_element.
*)
END_SCHEMA; -- Property_condition_arm
(*
© ISO 2005 — All rights reserved