| Application module: Resource as realized characterized | ISO/TS 10303-1283:2011-10(E) © ISO |
This clause specifies the information requirements for the Resource as realized 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_as_realized_characterized_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Resource_as_realized_characterized_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Resource_as_realized_arm;
--
ISO/TS 10303-1269
USE FROM
Resource_management_characterized_arm;
--
ISO/TS 10303-1282
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Resource_as_realized_arm ISO/TS 10303-1269 Resource_management_characterized_arm ISO/TS 10303-1282
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 resource_as_realized_approval_item type is an extension of the approval_item type. It adds the data type Resource_as_realized 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_as_realized_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
approval_item
WITH
(Resource_as_realized);
END_TYPE;
(*

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

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

The resource_as_realized_classified_attribute_select type is an extension of the classified_attribute_select type. It adds the data types Resource_as_realized and Resource_as_realized_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_as_realized_classified_attribute_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classified_attribute_select
WITH
(Resource_as_realized,
Resource_as_realized_relationship);
END_TYPE;
(*

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

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

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

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

The resource_as_realized_state_definition_of_item type is an extension of the state_of_item type. It adds the data types Resource_as_realized, Resource_as_realized_assignment and Resource_as_realized_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_as_realized_state_definition_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
state_of_item
WITH
(Resource_as_realized,
Resource_as_realized_assignment,
Resource_as_realized_relationship);
END_TYPE;
(*

The resource_as_realized_state_of_item type is an extension of the state_definition_of_item type. It adds the data types Resource_as_realized, Resource_as_realized_assignment and Resource_as_realized_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_as_realized_state_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
state_definition_of_item
WITH
(Resource_as_realized,
Resource_as_realized_assignment,
Resource_as_realized_relationship);
END_TYPE;
(*

The resource_as_realized_string_select type is an extension of the string_select type. It adds the data types Resource_as_realized and Resource_as_realized_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_as_realized_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
string_select
WITH
(Resource_as_realized,
Resource_as_realized_relationship);
END_TYPE;
(*
*)
END_SCHEMA; -- Resource_as_realized_characterized_arm
(*
© ISO 2011 — All rights reserved