| Application module: AP239 properties | ISO/TS 10303-1295:2011-10(E) © ISO |
This clause specifies the information requirements for the AP239 properties 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.
This clause defines the information requirements to which implementations shall conform using the EXPRESS language as defined in ISO 10303-11. The following begins the Ap239_properties_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Ap239_properties_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Ap239_management_resource_information_arm;
--
ISO/TS 10303-1289
USE FROM
Document_assignment_arm;
--
ISO/TS 10303-1122
USE FROM
Extended_measure_representation_arm;
--
ISO/TS 10303-1106
USE FROM
Independent_property_representation_arm;
--
ISO/TS 10303-1038
USE FROM
Product_view_definition_properties_arm;
--
ISO/TS 10303-1034
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Ap239_management_resource_information_arm ISO/TS 10303-1289 Document_assignment_arm ISO/TS 10303-1122 Extended_measure_representation_arm ISO/TS 10303-1106 Independent_property_representation_arm ISO/TS 10303-1038 Product_view_definition_properties_arm ISO/TS 10303-1034
NOTE 2 See Annex C, Figures C.1and C.2 for a graphical representation of this schema.
This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.

The ap239_props_approval_item type is an extension of the approval_item type. It adds the data types Assigned_property, Independent_property and Independent_property_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
ap239_props_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
approval_item
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship);
END_TYPE;
(*

The ap239_props_classification_item type is an extension of the classification_item type. It adds the data types Assigned_property, Independent_property, Independent_property_relationship, Independent_property_representation, Property_representation, Representation, Representation_context, Representation_item, Unit and Value_with_unit 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
ap239_props_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classification_item
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship,
Independent_property_representation,
Property_representation,
Representation,
Representation_context,
Representation_item,
Unit,
Value_with_unit);
END_TYPE;
(*

The ap239_props_classified_attribute_select type is an extension of the classified_attribute_select type. It adds the data types Assigned_property, Independent_property, Independent_property_relationship, Independent_property_representation, Property_representation, Representation, Representation_context, Representation_item, Unit and Value_with_unit 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
ap239_props_classified_attribute_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classified_attribute_select
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship,
Independent_property_representation,
Property_representation,
Representation,
Representation_context,
Representation_item,
Unit,
Value_with_unit);
END_TYPE;
(*

The ap239_props_date_or_date_time_item type is an extension of the date_or_date_time_item type. It adds the data types Assigned_property, Independent_property, Independent_property_relationship, Independent_property_representation, Property_representation and Representation 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
ap239_props_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
date_or_date_time_item
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship,
Independent_property_representation,
Property_representation,
Representation);
END_TYPE;
(*

The ap239_props_documented_element_select type is an extension of the documented_element_select type. It adds the data types Assigned_property, Independent_property, Independent_property_relationship, Independent_property_representation, Property_representation, Representation and Representation_item to the list of alternate data types.
EXPRESS specification:
*)
TYPE
ap239_props_documented_element_select =
SELECT
BASED_ON
documented_element_select
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship,
Independent_property_representation,
Property_representation,
Representation,
Representation_item);
END_TYPE;
(*

The ap239_props_identification_item type is an extension of the identification_item type. It adds the data types Assigned_property, Independent_property and Independent_property_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
ap239_props_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
identification_item
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship);
END_TYPE;
(*

The ap239_props_organization_or_person_in_organization_item type is an extension of the organization_or_person_in_organization_item type. It adds the data types Assigned_property, Independent_property, Independent_property_relationship, Independent_property_representation, Property_representation and Representation 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
ap239_props_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
organization_or_person_in_organization_item
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship,
Independent_property_representation,
Property_representation,
Representation);
END_TYPE;
(*

The ap239_props_string_select type is an extension of the string_select type. It adds the data types Assigned_property, Independent_property, Independent_property_relationship and 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
ap239_props_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
string_select
WITH
(Assigned_property,
Independent_property,
Independent_property_relationship,
Representation_item);
END_TYPE;
(*
*)
END_SCHEMA; -- Ap239_properties_arm
(*
© ISO 2011 — All rights reserved