Application module: Work structure ISO/TS 10303-1438: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 Application module implementation and usage guide
G Change history
Bibliography
Index

(*
ISO TC184/SC4/WG12 N7143 - ISO/TS 10303-1438 Work structure - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N5942
*)



SCHEMA Work_structure_mim;

USE FROM Project_management_resource_information_mim;    -- ISO/TS 10303-1434

USE FROM Work_order_mim;    -- ISO/TS 10303-1043


TYPE ws_action_items = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_action_items WITH
   (action_directive);
END_TYPE;

TYPE ws_action_method_items = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_action_method_items WITH
   (action_method_assignment);
END_TYPE;

TYPE ws_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_approval_item WITH
   (action_directive,
    action_request_solution,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_attribute_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_attribute_classification_item WITH
   (action_directive,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_attribute_language_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_attribute_language_item WITH
   (action_directive,
    action_request_solution,
    applied_action_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_certification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_certification_item WITH
   (action_method);
END_TYPE;

TYPE ws_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_classification_item WITH
   (action_directive,
    action_method,
    action_method_assignment,
    action_method_relationship,
    action_request_solution,
    action_request_status,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_condition_action_method_items = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_condition_action_method_items WITH
   (action_directive,
    versioned_action_request);
END_TYPE;

TYPE ws_date_and_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_date_and_time_item WITH
   (action_directive,
    action_request_solution,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_date_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_date_item WITH
   (action_directive,
    action_request_solution,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_document_reference_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_document_reference_item WITH
   (action_directive,
    observation_consequence,
    versioned_action_request);
END_TYPE;

TYPE ws_effectivity_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_effectivity_item WITH
   (action_directive,
    action_method_assignment,
    action_method_relationship);
END_TYPE;

TYPE ws_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_identification_item WITH
   (action_directive,
    applied_action_assignment,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_justification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_justification_item WITH
   (action_directive,
    action_method_assignment,
    action_request_solution,
    applied_action_assignment,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_justification_support_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_justification_support_item WITH
   (action_method,
    action_request_solution,
    applied_action_assignment,
    observation,
    versioned_action_request);
END_TYPE;

TYPE ws_location_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_location_item WITH
   (action_request_solution);
END_TYPE;

TYPE ws_multi_language_attribute_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_multi_language_attribute_item WITH
   (action_directive,
    action_request_solution,
    applied_action_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_observed_context_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON observed_context_item WITH
   (action_directive,
    action_method,
    versioned_action_request);
END_TYPE;

TYPE ws_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_organization_item WITH
   (action_directive,
    action_request_solution,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_person_and_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_person_and_organization_item WITH
   (action_directive,
    action_request_solution,
    applied_action_request_assignment,
    versioned_action_request);
END_TYPE;

TYPE ws_security_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_security_classification_item WITH
   (action_directive,
    action_method,
    action_method_assignment,
    action_request_solution,
    action_request_status,
    applied_action_assignment,
    applied_action_request_assignment,
    directed_action,
    observation,
    observation_relationship,
    versioned_action_request);
END_TYPE;

TYPE ws_state_observed_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_state_observed_of_item WITH
   (action_directive,
    versioned_action_request);
END_TYPE;

TYPE ws_state_type_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON pmri_state_type_of_item WITH
   (action_directive,
    versioned_action_request);
END_TYPE;

TYPE ws_time_interval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON scheme_time_interval_item WITH
   (action_directive,
    action_method,
    action_request_solution,
    applied_action_assignment,
    applied_action_request_assignment,
    directed_action,
    observation,
    versioned_action_request);
END_TYPE;

END_SCHEMA;  -- Work_structure_mim


© ISO 2011 — All rights reserved