Application module: Work order ISO/TS 10303-1043:2019(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 entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definition

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

(*
ISO/TC 184/SC 4/WG 12 N10268 - ISO/TS 10303-1043 Work order - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N8074
*)



SCHEMA Work_order_arm;

USE FROM Activity_arm;    -- ISO/TS 10303-1047

USE FROM Work_request_arm;    -- ISO/TS 10303-1042


ENTITY Directed_activity
  SUBTYPE OF (Activity);
  directive : Work_order;
END_ENTITY;

ENTITY Directed_activity_items_assignment;
  assigned_directed_activity : Directed_activity;
  items : SET[1:?] OF affected_item_select;
END_ENTITY;

ENTITY Work_order;
  name : STRING;
  description : OPTIONAL STRING;
  in_response_to : SET[0:?] OF Work_request;
END_ENTITY;

ENTITY Work_order_relationship;
  description : OPTIONAL STRING;
  id : OPTIONAL STRING;
  related : Work_order;
  relating : Work_order;
  relation_type : STRING;
WHERE
  WR1: relating :<>: related;
END_ENTITY;

END_SCHEMA;  -- Work_order_arm


© ISO 2019 — All rights reserved