Application module: State definition ISO/TS 10303-1255: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
   4.3 ARM entity 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 Change history
Bibliography
Index

(*
ISO TC184/SC4/WG12 N5918 - ISO/TS 10303-1255 State definition - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N4880
*)



SCHEMA State_definition_mim;

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

USE FROM Classification_assignment_mim;    -- ISO/TS 10303-1114

USE FROM Foundation_state_definition_mim;    -- ISO/TS 10303-1469

USE FROM Identification_assignment_mim;    -- ISO/TS 10303-1021


TYPE state_definition_action_items = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON action_items WITH
   (applied_state_type_assignment);
END_TYPE;

TYPE state_definition_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (state_type,
    state_type_assignment,
    state_type_relationship);
END_TYPE;

TYPE state_definition_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON identification_item WITH
   (state_type,
    state_type_relationship);
END_TYPE;

END_SCHEMA;  -- State_definition_mim


© ISO 2011 — All rights reserved