Application module: Planned characteristic ISO/TS 10303-1733: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 type definitions
   4.3 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definition
     5.2.2 MIM entity 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

(*
ISO/TC 184/SC 4/WG 12 N10425 - ISO/TS 10303-1733 Planned characteristic - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N8278
*)



SCHEMA Planned_characteristic_mim;

USE FROM Group_mim;    -- ISO/TS 10303-1113

USE FROM Production_rule_mim;    -- ISO/TS 10303-1739

USE FROM Requirement_assignment_mim;    -- ISO/TS 10303-1233

USE FROM Process_plan_mim;    -- ISO/TS 10303-1803

USE FROM representation_schema   -- ISO 10303-43
  (representation,
   representation_relationship);


TYPE pc_action_items = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON action_items WITH
   (evaluated_characteristic,
    representation);
END_TYPE;

ENTITY evaluated_characteristic
  SUBTYPE OF (representation, representation_relationship);
UNIQUE
  UR1: SELF\representation_relationship.rep_1, SELF\representation_relationship.rep_2;
WHERE
  WR1: SELF\representation_relationship.rep_1 <> SELF\representation_relationship.rep_2;
END_ENTITY;

ENTITY evaluation_product_definition
  SUBTYPE OF (product_definition);
END_ENTITY;

END_SCHEMA;  -- Planned_characteristic_mim


© ISO 2019 — All rights reserved