├── Documentation ├── KPI-ML V01.eap ├── KPI-ML-V01 Figures.ppt ├── KPI-ML-V01.docx └── KPI-ML-V01.pdf ├── Examples └── APM │ └── ReadMe.md ├── README.md └── Schema ├── KPI-ML-V01-Extensions.xsd └── KPI-ML-V01.xsd /Documentation/KPI-ML V01.eap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MESAInternational/KPI-ML/c805fe3fb024e26d7edda4729e029ca40bdd3563/Documentation/KPI-ML V01.eap -------------------------------------------------------------------------------- /Documentation/KPI-ML-V01 Figures.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MESAInternational/KPI-ML/c805fe3fb024e26d7edda4729e029ca40bdd3563/Documentation/KPI-ML-V01 Figures.ppt -------------------------------------------------------------------------------- /Documentation/KPI-ML-V01.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MESAInternational/KPI-ML/c805fe3fb024e26d7edda4729e029ca40bdd3563/Documentation/KPI-ML-V01.docx -------------------------------------------------------------------------------- /Documentation/KPI-ML-V01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MESAInternational/KPI-ML/c805fe3fb024e26d7edda4729e029ca40bdd3563/Documentation/KPI-ML-V01.pdf -------------------------------------------------------------------------------- /Examples/APM/ReadMe.md: -------------------------------------------------------------------------------- 1 | #MESA APM 2.0 KPI-ML Examples 2 | 3 | This folder contains example KPI-ML files for APM (Asset Performance Management) 2.0. These files are companion materials to the forthcoming white paper series by MESA on APM 2.0. These KPIs are defined in the first white paper of the series, which is titled "Guidelines for Goal Setting & Implementation Planning". The white paper will be available in the MESA Resource library (https://services.mesa.org/ResourceLibrary) in 2016Q3. 4 | 5 | See http://www.mesa.org/en/modelstrategicinitiatives/APM.asp for more information about the MESA APM 2.0 Working Group. 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # KPI-ML 2 | KPI-ML is an XML implementation of the ISO 22400 standard, Automation systems integration - Key performance indicators (KPIs) for manufacturing operations management. KPI-ML consists of a set of XML schemas written using the World Wide Web Consortium's XML Schema language (XSD) that implement the data models in the ISO 22400 standard. 3 | -------------------------------------------------------------------------------- /Schema/KPI-ML-V01-Extensions.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | 11 | 12 | 13 | Copyright 2015 MESA International 14 | All Rights Reserved. http://www.mesa.org 15 | 16 | This MESA International work (including specifications, documents, 17 | software, and related items) referred to as the KPI Markup Language 18 | (KPI-ML) is provided by the copyright holders under the following license. 19 | 20 | Permission to use, copy, modify, or redistribute this Work and its 21 | documentation, with or without modification, for any purpose and 22 | without fee or royalty is hereby granted provided that MESA 23 | International is acknowledged as the originator of this Work using the 24 | following statement: 25 | 26 | "The KPI Markup Language (KPI-ML) is used courtesy of MESA International." 27 | 28 | In no event shall MESA International, its members, or any 29 | third party be liable for any costs, expenses, losses, damages or 30 | injuries incurred by use of the Work or as a result of this 31 | agreement. 32 | 33 | KPI-ML is based upon the ISO 22400-1 Automation systems and integration - 34 | Key performance indicators (KPIs) for manufacturing operations 35 | management - Part 1 Overview, concepts and terminology and the 36 | ANSI/ISA-95.00.05-2006 Enterprise-Control System Integration 37 | Part 5: Business to Manufacturing Transactions. 38 | 39 | 40 | 41 | 42 | Revision History 43 | 44 | Ver Date Person Note 45 | --- ---- ------ ---- 46 | V01 1 May 2015 D. Brandl Initial Version 47 | 48 | 49 | 50 | 51 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | -------------------------------------------------------------------------------- /Schema/KPI-ML-V01.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | 18 | Copyright 2015 MESA International 19 | All Rights Reserved. http://www.mesa.org 20 | 21 | This MESA International work (including specifications, documents, 22 | software, and related items) referred to as the KPI Markup Language 23 | (KPI-ML) is provided by the copyright holders under the following license. 24 | 25 | Permission to use, copy, modify, or redistribute this Work and its 26 | documentation, with or without modification, for any purpose and 27 | without fee or royalty is hereby granted provided that MESA 28 | International is acknowledged as the originator of this Work using the 29 | following statement: 30 | 31 | "The KPI Markup Language (KPI-ML) is used courtesy of MESA International." 32 | 33 | In no event shall MESA International, its members, or any 34 | third party be liable for any costs, expenses, losses, damages or 35 | injuries incurred by use of the Work or as a result of this 36 | agreement. 37 | 38 | KPI-ML is based upon the ISO 22400-1 Automation systems and integration - 39 | Key performance indicators (KPIs) for manufacturing operations 40 | management - Part 1 Overview, concepts and terminology and the 41 | ANSI/ISA-95.00.05-2006 Enterprise-Control System Integration 42 | Part 5: Business to Manufacturing Transactions. 43 | 44 | 45 | 46 | 47 | Revision History 48 | 49 | Ver Date Person Note 50 | --- ---- ------ ---- 51 | V01 1 May 2015 D. Brandl Initial Version 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 193 | 195 | 197 | 199 | 201 | 203 | 205 | 207 | 209 | 211 | 213 | 215 | 217 | 219 | 221 | 223 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 233 | 235 | 237 | 239 | 241 | 243 | 245 | 247 | 249 | 251 | 253 | 255 | 257 | 259 | 261 | 263 | 265 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 275 | 277 | 279 | 281 | 283 | 285 | 287 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 445 | 446 | 447 | 448 | 449 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 616 | 617 | 618 | 619 | 620 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 644 | 645 | 646 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 787 | 788 | 789 | 790 | 791 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 836 | 837 | 838 | 839 | 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | 857 | 858 | 859 | 860 | 861 | 862 | 863 | 864 | 865 | 866 | 867 | 868 | 869 | 870 | 871 | 872 | 873 | 874 | 878 | 879 | 880 | 881 | 882 | 883 | 884 | 885 | 886 | 887 | 888 | 889 | 890 | 891 | 892 | 893 | 894 | 895 | 899 | 900 | 901 | 902 | 903 | 904 | 905 | 906 | 907 | 908 | 909 | 910 | 911 | 912 | 913 | 914 | 915 | 916 | 920 | 921 | 922 | 923 | 924 | 925 | 926 | 927 | 928 | 929 | 930 | 931 | 932 | 933 | 934 | 935 | 936 | 937 | 941 | 942 | 943 | 944 | 945 | 946 | 947 | 948 | 949 | 950 | 951 | 952 | 953 | 954 | 955 | 956 | 957 | 958 | 959 | 960 | 961 | 962 | 963 | 964 | 965 | 966 | 967 | 968 | 969 | 970 | 971 | 972 | 973 | 974 | 975 | 976 | 977 | 978 | 979 | 980 | 981 | 982 | 983 | 984 | 985 | 986 | 987 | 988 | 989 | 990 | 991 | 992 | 993 | 994 | 995 | 996 | 997 | 998 | 999 | 1000 | 1001 | 1002 | 1003 | 1004 | 1005 | 1006 | 1007 | 1008 | 1009 | 1010 | 1011 | 1012 | 1013 | 1014 | 1015 | 1016 | 1017 | 1018 | 1019 | 1020 | 1021 | 1022 | 1023 | 1024 | 1025 | 1026 | 1027 | 1028 | 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1035 | 1036 | 1037 | 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | 1047 | 1048 | 1049 | 1050 | 1051 | 1052 | 1053 | 1054 | 1055 | 1056 | 1057 | 1058 | 1059 | 1060 | 1061 | 1062 | 1063 | 1064 | 1065 | 1066 | 1067 | 1068 | 1069 | 1070 | 1071 | 1072 | 1073 | 1074 | 1075 | 1076 | 1077 | 1078 | 1079 | 1080 | 1081 | 1082 | 1083 | 1084 | 1085 | 1086 | 1087 | 1088 | 1089 | 1090 | 1091 | 1092 | 1093 | 1094 | 1095 | 1096 | 1097 | 1098 | 1099 | 1100 | 1101 | 1102 | 1103 | 1104 | 1105 | 1106 | 1107 | 1108 | 1109 | 1110 | 1111 | 1112 | 1113 | 1114 | 1115 | 1116 | 1117 | 1118 | 1119 | 1120 | 1121 | 1122 | 1123 | 1124 | 1125 | 1126 | 1127 | 1128 | 1129 | 1130 | 1131 | 1132 | 1133 | 1134 | 1135 | 1136 | 1137 | 1138 | 1139 | 1140 | 1141 | 1142 | 1143 | 1144 | 1145 | 1146 | 1147 | 1148 | 1149 | 1150 | 1151 | 1152 | 1153 | 1154 | 1155 | 1156 | 1158 | 1159 | 1160 | 1161 | 1162 | 1163 | 1164 | 1165 | 1166 | 1167 | 1168 | 1170 | 1171 | 1172 | 1173 | 1174 | 1175 | 1176 | 1177 | 1178 | 1179 | 1180 | 1181 | 1182 | 1183 | 1184 | --------------------------------------------------------------------------------