AP scope | AP module | AP contents | AP index | |
Application module: Analysis characterized | ISO/WD 10303-1475 |
This clause specifies the information requirements for the Analysis 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.
The following EXPRESS specification begins the Analysis_characterized_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Analysis_characterized_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Analysis_identification_arm;
--
ISO/WD 10303-1476
USE FROM
Approval_arm;
--
ISO/TS 10303-1012
USE FROM
Classification_assignment_arm;
--
ISO/TS 10303-1114
USE FROM
Contract_arm;
--
ISO/TS 10303-1062
USE FROM
Date_time_assignment_arm;
--
ISO/TS 10303-1014
USE FROM
Identification_assignment_arm;
--
ISO/TS 10303-1021
USE FROM
Person_organization_assignment_arm;
--
ISO/TS 10303-1013
USE FROM
Security_classification_arm;
--
ISO/TS 10303-1015
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Analysis_identification_arm ISO/WD 10303-1476 Approval_arm ISO/TS 10303-1012 Classification_assignment_arm ISO/TS 10303-1114 Contract_arm ISO/TS 10303-1062 Date_time_assignment_arm ISO/TS 10303-1014 Identification_assignment_arm ISO/TS 10303-1021 Person_organization_assignment_arm ISO/TS 10303-1013 Security_classification_arm ISO/TS 10303-1015
NOTE 2 See Annex C, Figures C.1, C.2, C.3and C.4 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 analysis_approval_item type is an extension of the approval_item type. It adds the data types Analysis_discipline_definition and Analysis_version 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
analysis_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
approval_item
WITH
(Analysis_discipline_definition,
Analysis_version);
END_TYPE;
(*
The analysis_classification_item type is an extension of the classification_item type. It adds the data types Analysis, Analysis_discipline_definition and Analysis_version 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
analysis_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classification_item
WITH
(Analysis,
Analysis_discipline_definition,
Analysis_version);
END_TYPE;
(*
The analysis_contract_item type is an extension of the contract_item type. It adds the data type Analysis_version 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
analysis_contract_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
contract_item
WITH
(Analysis_version);
END_TYPE;
(*
The analysis_date_or_date_time_item type is an extension of the date_or_date_time_item type. It adds the data type Analysis_discipline_definition 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
analysis_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
date_or_date_time_item
WITH
(Analysis_discipline_definition);
END_TYPE;
(*
The analysis_identification_item type is an extension of the identification_item type. It adds the data types Analysis, Analysis_discipline_definition and Analysis_version 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
analysis_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
identification_item
WITH
(Analysis,
Analysis_discipline_definition,
Analysis_version);
END_TYPE;
(*
The analysis_organization_or_person_in_organization_item type is an extension of the organization_or_person_in_organization_item type. It adds the data types Analysis, Analysis_discipline_definition and Analysis_version 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
analysis_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
organization_or_person_in_organization_item
WITH
(Analysis,
Analysis_discipline_definition,
Analysis_version);
END_TYPE;
(*
The analysis_security_classification_item type is an extension of the security_classification_item type. It adds the data type Analysis_version 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
analysis_security_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
security_classification_item
WITH
(Analysis_version);
END_TYPE;
(*
*)
END_SCHEMA; -- Analysis_characterized_arm
(*
© ISO — All rights reserved