Application module: Resource item characterized ISO/TS 10303-1281:2011-10(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type 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
F Change history
Bibliography
Index

4 Information requirements

This clause specifies the information requirements for the Resource item characterized 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 Resource_item_characterized_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Resource_item_characterized_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 Ap239_properties_arm;    --  ISO/TS 10303-1295

USE FROM Condition_arm;    --  ISO/TS 10303-1253

USE FROM Justification_arm;    --  ISO/TS 10303-1263

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

USE FROM Resource_item_arm;    --  ISO/TS 10303-1268

USE FROM Resource_property_assignment_arm;    --  ISO/TS 10303-1273
(*

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

Ap239_properties_arm ISO/TS 10303-1295
Condition_arm ISO/TS 10303-1253
Justification_arm ISO/TS 10303-1263
Process_property_assignment_arm ISO/TS 10303-1040
Resource_item_arm ISO/TS 10303-1268
Resource_property_assignment_arm ISO/TS 10303-1273

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

4.2 ARM type definitions

This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.

4.2.1 resource_item_approval_item   EXPRESS-G

The resource_item_approval_item type is an extension of the approval_item type. It adds the data types Resource_item, Resource_item_assignment and Resource_item_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 resource_item_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON approval_item WITH
   (Resource_item,
    Resource_item_assignment,
    Resource_item_relationship);
END_TYPE;
(*

4.2.2 resource_item_certification_item   EXPRESS-G

The resource_item_certification_item type is an extension of the certification_item type. It adds the data type Resource_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 resource_item_certification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON certification_item WITH
   (Resource_item);
END_TYPE;
(*

4.2.3 resource_item_characterized_activity_definition   EXPRESS-G

The resource_item_characterized_activity_definition type is an extension of the characterized_activity_definition type. It adds the data type Resource_item_assignment 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 resource_item_characterized_activity_definition = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON characterized_activity_definition WITH
   (Resource_item_assignment);
END_TYPE;
(*

4.2.4 resource_item_characterized_resource_select   EXPRESS-G

The resource_item_characterized_resource_select type is an extension of the characterized_resource_select type. It adds the data types Resource_item and Resource_item_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 resource_item_characterized_resource_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON characterized_resource_select WITH
   (Resource_item,
    Resource_item_relationship);
END_TYPE;
(*

4.2.5 resource_item_classified_attribute_select   EXPRESS-G

The resource_item_classified_attribute_select type is an extension of the classified_attribute_select type. It adds the data types Resource_item, Resource_item_assignment and Resource_item_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 resource_item_classified_attribute_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classified_attribute_select WITH
   (Resource_item,
    Resource_item_assignment,
    Resource_item_relationship);
END_TYPE;
(*

4.2.6 resource_item_condition_item   EXPRESS-G

The resource_item_condition_item type is an extension of the condition_item type. It adds the data types Resource_item, Resource_item_assignment and Resource_item_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 resource_item_condition_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON condition_item WITH
   (Resource_item,
    Resource_item_assignment,
    Resource_item_relationship);
END_TYPE;
(*

4.2.7 resource_item_contract_item   EXPRESS-G

The resource_item_contract_item type is an extension of the contract_item type. It adds the data type Resource_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 resource_item_contract_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON contract_item WITH
   (Resource_item);
END_TYPE;
(*

4.2.8 resource_item_date_or_date_time_item   EXPRESS-G

The resource_item_date_or_date_time_item type is an extension of the date_or_date_time_item type. It adds the data types Resource_item and Resource_item_assignment 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 resource_item_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON date_or_date_time_item WITH
   (Resource_item,
    Resource_item_assignment);
END_TYPE;
(*

4.2.9 resource_item_documented_element_select   EXPRESS-G

The resource_item_documented_element_select type is an extension of the documented_element_select type. It adds the data type Resource_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 resource_item_documented_element_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON documented_element_select WITH
   (Resource_item);
END_TYPE;
(*

4.2.10 resource_item_identification_item   EXPRESS-G

The resource_item_identification_item type is an extension of the identification_item type. It adds the data type Resource_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 resource_item_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON identification_item WITH
   (Resource_item);
END_TYPE;
(*

4.2.11 resource_item_justification_item   EXPRESS-G

The resource_item_justification_item type is an extension of the justification_item type. It adds the data types Resource_item, Resource_item_assignment and Resource_item_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 resource_item_justification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON justification_item WITH
   (Resource_item,
    Resource_item_assignment,
    Resource_item_relationship);
END_TYPE;
(*

4.2.12 resource_item_organization_or_person_in_organization_item   EXPRESS-G

The resource_item_organization_or_person_in_organization_item type is an extension of the organization_or_person_in_organization_item type. It adds the data types Resource_item and Resource_item_assignment 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 resource_item_organization_or_person_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON organization_or_person_in_organization_item WITH
   (Resource_item,
    Resource_item_assignment);
END_TYPE;
(*

4.2.13 resource_item_security_classification_item   EXPRESS-G

The resource_item_security_classification_item type is an extension of the security_classification_item type. It adds the data type Resource_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 resource_item_security_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON security_classification_item WITH
   (Resource_item);
END_TYPE;
(*

4.2.14 resource_item_state_definition_of_item   EXPRESS-G

The resource_item_state_definition_of_item type is an extension of the state_definition_of_item type. It adds the data types Resource_item, Resource_item_assignment and Resource_item_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 resource_item_state_definition_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON state_definition_of_item WITH
   (Resource_item,
    Resource_item_assignment,
    Resource_item_relationship);
END_TYPE;
(*

4.2.15 resource_item_state_of_item   EXPRESS-G

The resource_item_state_of_item type is an extension of the state_of_item type. It adds the data types Resource_item, Resource_item_assignment and Resource_item_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 resource_item_state_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON state_of_item WITH
   (Resource_item,
    Resource_item_assignment,
    Resource_item_relationship);
END_TYPE;
(*

4.2.16 resource_item_string_select   EXPRESS-G

The resource_item_string_select type is an extension of the string_select type. It adds the data types Resource_item, Resource_item_assignment and Resource_item_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 resource_item_string_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON string_select WITH
   (Resource_item,
    Resource_item_assignment,
    Resource_item_relationship);
END_TYPE;
(*



*)
END_SCHEMA;  -- Resource_item_characterized_arm
(*


© ISO 2011 — All rights reserved