diff --git a/Schema/AllSchemas.xsd b/Schema/AllSchemas.xsd index 83a9d99..9220946 100644 --- a/Schema/AllSchemas.xsd +++ b/Schema/AllSchemas.xsd @@ -1,59 +1,59 @@ - - + + - This file may be used to assist in code generation using XSD.EXE - This file simply includes all of the B2MML schemas into a single - definition. This reduces the length of the generated .cs file name. - + This file may be used to assist in code generation using XSD.EXE + This file simply includes all of the B2MML schemas into a single + definition. This reduces the length of the generated .cs file name. + Copyright 2018 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - - + + Revision History Ver Date Person Note --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl Initial version - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 - + @@ -78,7 +78,7 @@ - - + + diff --git a/Schema/B2MML-Common.xsd b/Schema/B2MML-Common.xsd index f0ea8ed..88918dd 100644 --- a/Schema/B2MML-Common.xsd +++ b/Schema/B2MML-Common.xsd @@ -5,44 +5,44 @@ - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V01 7 Apr 2002 D. Emerson - Initial release + V01 7 Apr 2002 D. Emerson - Initial release V02 23 Sept 2003 D. Emerson - Updated filename for V02 - - Changed complexTypes that contained + - Changed complexTypes that contained simpleContent to be simpleTypes with simpleContent by default (removed explicit) simpleContent tags). Types changed: @@ -50,13 +50,13 @@ DependencyType - Removed extra space in CapabilityType1Type - Committed and Available enumerations - - Changed use of ##any to indirect reference - through AnyType, to allow parsing using Microsoft + - Changed use of ##any to indirect reference + through AnyType, to allow parsing using Microsoft XML toolset - Added Common schema to B2MML namespace - - Add choice of ProductSegmentID or ProcessSegmentID + - Add choice of ProductSegmentID or ProcessSegmentID to SegmentDependencyType per comment BillS01. - - Change maxOccurs from "1" to "unbounded" for + - Change maxOccurs from "1" to "unbounded" for Result in TestResultType. - Remove UnitOfMeasure from TestResultType since it is already in ResultType @@ -65,14 +65,14 @@ is Enumeration. - Added revision to namespace - Added new element ValueString to ResultType to - contain the vaule of the result. + contain the vaule of the result. V0201 04 Nov 2003 D. Emerson - Added minOccurs = "0" maxOccurs = "unbounded" to - Any element in ValueType v0300 26 Aug 2005 D. Emerson - Added substitution groups. One group added just before each Any element. - Add dateTime and SVG to datatype enumeration list. - - Add new, optional, element, "Key" based on IDType - to complexTypes QuantityType, ResultType, ValueType. + - Add new, optional, element, "Key" based on IDType + to complexTypes QuantityType, ResultType, ValueType. - Added UnitOfMeasure to ResultType as a mandatory element. - Made mandatory to be consistent with its use in quantity and value - this will impact upgrades from earlier versions. @@ -82,13 +82,13 @@ v04 04 Jun 2007 D. Brandl - Added transaction elements for ISA 95 Part 5 support. - Added "cc:" namespace for UN/CEFACT core types. - Added the UN/CEFACT core components with optional attributes - and made them the base types for the B2MML types. + and made them the base types for the B2MML types. - Changed SegmentStateType to ResponseStateType for inclusion in all levels of the ProductionPerformance element - Enumerated types are now complexTypes declared as simpleContent - - Added warning before each use of the AnyType that the extension - schema should be used instead of the Any element and that in a - still to be determined future release of B2MML the AnyType and + - Added warning before each use of the AnyType that the extension + schema should be used instead of the Any element and that in a + still to be determined future release of B2MML the AnyType and - Notice that "Any" element will be removed. V0500 26 Mar 2011 D. Brandl Revised version Added nillable=true to elements in QuantityValueType, ResultType @@ -98,9 +98,9 @@ Added EquipmentAssetMapping element Removed AnyType Made UOM and Datatype optional in QuantityType, ValueType, ResultType - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 - Corrected type group definition ProductProductionRuleIDGroup - Added a maxOccurs=unbounded to the TimingFactor element in a SegmentDerpendancy + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + Corrected type group definition ProductProductionRuleIDGroup + Added a maxOccurs=unbounded to the TimingFactor element in a SegmentDerpendancy Moved the OpXXXXXX elements into the common.xsd for support of Part 4 models Updated the transaction schemas to match OAGiS 9.6, with addition of Receivers in header V0700 09 Nov 2018 D. Brandl Updated Version for latest 2018 release of ISA 95 @@ -120,9 +120,9 @@ - - + + @@ -134,25 +134,25 @@ - - + + - + The permitted set of actions applied to the operations record entry template object in the operations record template by the publisher. Defined values for action are added, changed, deleted, and observed. If no action is specified, this is equivalent to all actions being allowed. - + - - + + @@ -189,7 +189,7 @@ If no action is specified, this is equivalent to all actions being allowed. - + @@ -199,23 +199,23 @@ If no action is specified, this is equivalent to all actions being allowed. - + - + -Defines the type of the relationships. +Defines the type of the relationships. Defined types are -- Permanent: an assembly that is not intended to be split during the production process; -- Transient: a temporary assembly using during production, such as a pallet of different materials or a batch kit. +- Permanent: an assembly that is not intended to be split during the production process; +- Transient: a temporary assembly using during production, such as a pallet of different materials or a batch kit. - + - + @@ -225,23 +225,23 @@ Defined types are - + - + Defines the type of the assembly. Defined types are -- physical: the components of the assembly are physically connected or in the same area. -- logical: the components of the assembly are not necessarily physically connected or in the same area. +- physical: the components of the assembly are physically connected or in the same area. +- logical: the components of the assembly are not necessarily physically connected or in the same area. - + - + @@ -255,11 +255,11 @@ Defined types are - + - + -Defines the type of capability. +Defines the type of capability. Defined values are - Committed: capacity that is committed for future productive use; - Unattainable: capacity that is not attainable for future productive use given the equipment condition, equipment utilization, personnel availability or material availability; @@ -268,35 +268,35 @@ Defined values are - Unused: a historical value that defines the portion of the capacity that was not used or had unacceptable quality; and - Total: the sum of used and unused capability or the sum of available, unattainable and committed capability. - + - + - + - + - + Defines the type of the property. Defined types are - ClassType: the property value is defined for the class and there is no value associated with an instance; - InstanceType: the property value of the class is undefined; and - DefaultType: the property value is defined for the class as the default instance value, but individual instances of the class may redefine specific values. - + @@ -306,19 +306,19 @@ Defines the type of the property. Defined types are - + - + - + @@ -392,7 +392,7 @@ Defines the type of the property. Defined types are - + @@ -400,16 +400,16 @@ Defines the type of the property. Defined types are - + - + -Defines the type of the definition of a process segment, operations definition, or operations segment. +Defines the type of the definition of a process segment, operations definition, or operations segment. Defined types are: - Pattern: a segment or definition used as a template for other segments or definitions; - Instance: a segment or definition that may be directly scheduled and tracked. - + @@ -417,7 +417,7 @@ Defined types are: - + @@ -435,11 +435,11 @@ Defined types are: - + - + -Defines an execution dependency constraint of two elements. +Defines an execution dependency constraint of two elements. Defined values are (explained using dependency type between element A and element B) - at start: start B at A start; - after start: start B after A start; @@ -452,14 +452,14 @@ Defined values are (explained using dependency type between element A and elemen - no later after end: start B no later than dependency factor after A end; - no earlier after end: B no earlier than dependency factor after A end. - + - + @@ -472,38 +472,38 @@ Defined values are (explained using dependency type between element A and elemen - + - + -Defines Planning and logistics disposition of a material lot or assembly of material lots. +Defines Planning and logistics disposition of a material lot or assembly of material lots. Defined values for the disposition of a material lot are -- Planned: a material lot that does not yet physically exist, is assigned to an operations request (segment requirement) or work request (Part 4 object) or job order (Part 4 object); -- In process: the material lot is in the process of being worked on; -- Restricted: a material lot is not permitted for normal use due to a restriction condition. +- Planned: a material lot that does not yet physically exist, is assigned to an operations request (segment requirement) or work request (Part 4 object) or job order (Part 4 object); +- In process: the material lot is in the process of being worked on; +- Restricted: a material lot is not permitted for normal use due to a restriction condition. EXAMPLE 5 A material lot can be awaiting a quality decision or a material lot can be physically inaccessible. - Unrestricted: material lot is permitted for normal use without restriction; and - Closed: material lot has been reconciled as completely consumed, sold or disposed of. - + - + - + - + @@ -524,26 +524,26 @@ Defined values for the disposition of a material lot are - - + + - + Defines the enterprise function of the operations event publisher. Defined values from Part 1 Functional Model are -order processing, operations scheduling, production control, material and energy control, -procurement, quality assurance, product inventory control, product cost accounting, -product shipping administration, maintenance management, marketing and sales, R&D, and engineering. +order processing, operations scheduling, production control, material and energy control, +procurement, quality assurance, product inventory control, product cost accounting, +product shipping administration, maintenance management, marketing and sales, RD, and engineering. - + - - + + @@ -554,7 +554,7 @@ product shipping administration, maintenance management, marketing and sales, R& - + @@ -576,11 +576,11 @@ product shipping administration, maintenance management, marketing and sales, R& - + - + -Defines the role based equipment hierarchy level as defined in ISA 95. +Defines the role based equipment hierarchy level as defined in ISA 95. Defined values are: - Enterprise - Site @@ -597,20 +597,20 @@ Defined values are: - EquipmentModule - Control Module - + - + - + @@ -620,7 +620,7 @@ Defined values are: - + @@ -630,34 +630,34 @@ Defined values are: - - + + - + -Defines constraints on the inclusion of the respective operations event class in a hierarchy. -Defined value are +Defines constraints on the inclusion of the respective operations event class in a hierarchy. +Defined value are -sealed: no entry can use this entry as its parent; -(No entry): no entry allows any entry to represent this entry as its parent /ancestor. Extension can contain a set of entries of other operations event classes who represent this entry in their parent. - + - - - + + + - + -The hierarchy scope identifies where the exchanged information fits within the role-based equipment hierarchy. -It defines the scope of the exchanged information, such as a site or area for which the information is relevant. +The hierarchy scope identifies where the exchanged information fits within the role-based equipment hierarchy. +It defines the scope of the exchanged information, such as a site or area for which the information is relevant. The hierarchy scope identifies the associated instance in the role-based equipment hierarchy. - + @@ -666,7 +666,7 @@ The hierarchy scope identifies the associated instance in the role-based equipme - + @@ -682,10 +682,10 @@ The hierarchy scope identifies the associated instance in the role-based equipme - - + + - + Defines the commands to a job order, as defined in ISA 95 and ISA 88. Defined values are: @@ -698,7 +698,7 @@ Defined values are: - Pause - Resume - + @@ -706,7 +706,7 @@ Defined values are: - + @@ -714,7 +714,7 @@ Defined values are: - + @@ -734,25 +734,25 @@ Defined values are: - + - + Defines the states to a job order, as defined in ISA 95 and ISA 88. Defined values are -- Waiting -- Pending -- Cancelled -- Dispatched -- Ready -- Running -- Completed -- Aborted -- Held +- Waiting +- Pending +- Cancelled +- Dispatched +- Ready +- Running +- Completed +- Aborted +- Held - Suspended - Closed - + @@ -760,8 +760,8 @@ Defined values are - - + + @@ -771,10 +771,10 @@ Defined values are - + - + @@ -794,9 +794,9 @@ Defined values are - + - + Defines the expected use of the material class, material definition, material lot, or material sublot in the context of the operations segment. Defined values for production operations are @@ -805,13 +805,13 @@ Defined values for production operations are Defined values for maintenance operations are - Consumable, Material Consumed, and Material Produced. -Defined values for quality test operations are +Defined values for quality test operations are - Consumable, Destructive Sample, Returned Sample, and Retained Sample. Defined values for inventory operations defined values are - Consumable, Material Consumed, Material Produced, and Inventoried. - + @@ -819,7 +819,7 @@ Defined values for inventory operations defined values are - + @@ -835,25 +835,25 @@ Defined values for inventory operations defined values are - - + + - + -Defines the MOM function of the operations event publisher. +Defines the MOM function of the operations event publisher. Part 3 MOM Activity Model defined values are -resource management, definition management, detailed scheduling, +resource management, definition management, detailed scheduling, dispatching, execution management, data collection, performance analysis, and tracking - + - - - + + + @@ -864,17 +864,17 @@ dispatching, execution management, data collection, performance analysis, and tr - - + + - + -The type of Level 3 operations event. -Defined values are -event, alert, and alarm. +The type of Level 3 operations event. +Defined values are +event, alert, and alarm. This attribute must be defined in the corresponding operations event definition. - + @@ -882,7 +882,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -893,25 +893,25 @@ This attribute must be defined in the corresponding operations event definition. - - + + - + -The type of Level 3 operations event. -Defined values are -event, alert, and alarm. +The type of Level 3 operations event. +Defined values are +event, alert, and alarm. This attribute must be defined in the corresponding operations event definition. - + - - + + @@ -921,12 +921,12 @@ This attribute must be defined in the corresponding operations event definition. - - + @@ -940,26 +940,26 @@ This attribute must be defined in the corresponding operations event definition. - + - - - - - + @@ -974,30 +974,30 @@ This attribute must be defined in the corresponding operations event definition. - - + - - - + - - + @@ -1011,13 +1011,13 @@ This attribute must be defined in the corresponding operations event definition. - - + @@ -1026,14 +1026,14 @@ This attribute must be defined in the corresponding operations event definition. - - - + @@ -1046,7 +1046,7 @@ This attribute must be defined in the corresponding operations event definition. - + - + @@ -1063,15 +1063,15 @@ This attribute must be defined in the corresponding operations event definition. - - + - - + @@ -1089,13 +1089,13 @@ This attribute must be defined in the corresponding operations event definition. - - + @@ -1104,15 +1104,15 @@ This attribute must be defined in the corresponding operations event definition. - - + - - + @@ -1130,7 +1130,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -1139,12 +1139,12 @@ This attribute must be defined in the corresponding operations event definition. - - + @@ -1162,7 +1162,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -1171,12 +1171,12 @@ This attribute must be defined in the corresponding operations event definition. - - + @@ -1188,14 +1188,14 @@ This attribute must be defined in the corresponding operations event definition. - - + - + @@ -1204,12 +1204,12 @@ This attribute must be defined in the corresponding operations event definition. - - + @@ -1231,7 +1231,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -1241,12 +1241,12 @@ This attribute must be defined in the corresponding operations event definition. - - + @@ -1268,7 +1268,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -1282,7 +1282,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -1304,21 +1304,21 @@ This attribute must be defined in the corresponding operations event definition. - + - - + @@ -1340,7 +1340,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -1349,15 +1349,15 @@ This attribute must be defined in the corresponding operations event definition. - - + - + @@ -1380,7 +1380,7 @@ This attribute must be defined in the corresponding operations event definition. - + @@ -1394,8 +1394,8 @@ This attribute must be defined in the corresponding operations event definition. - - + + @@ -1408,97 +1408,97 @@ This attribute must be defined in the corresponding operations event definition. - + - + -Describes the category of the activity. -Defined values are -- Production, Maintenance, Quality, Inventory, or Mixed. +Describes the category of the activity. +Defined values are +- Production, Maintenance, Quality, Inventory, or Mixed. - Mixed” can be used when the activity covers several categories. - + - + - + - - - - - - - + - + - + - + - + - + - + - + - + @@ -1508,13 +1508,13 @@ Defined values are - + - + @@ -1524,7 +1524,7 @@ Defined values are - + @@ -1532,7 +1532,7 @@ Defined values are - + @@ -1542,7 +1542,7 @@ Defined values are - + @@ -1550,13 +1550,13 @@ Defined values are - + - + @@ -1574,11 +1574,11 @@ Defined values are - + - + -Indicates the state of an operations or work request. +Indicates the state of an operations or work request. Defined values are - Forecast - Released @@ -1599,7 +1599,7 @@ Defined values are - + @@ -1609,11 +1609,11 @@ Defined values are - + - + -Indicates if a segment response assicated with a segment request is required. +Indicates if a segment response assicated with a segment request is required. Defined values are - Required - Optional @@ -1625,7 +1625,7 @@ Defined values are - + @@ -1637,11 +1637,11 @@ Defined values are - + - + -Indicates whether the storage location attribute refers to an operational location, equipment +Indicates whether the storage location attribute refers to an operational location, equipment or physical asset object, or contains a description of the storage location. Mandatory where a storage location is specified. Defined values are @@ -1650,21 +1650,21 @@ Defined values are - Physical Asset: storage location attribute references a physical asset (PhysicalAssetID); and - Description: storage location attribute contains a description of the storage location, such as a street address. - + - + - + @@ -1684,7 +1684,7 @@ Defined values are - + @@ -1696,11 +1696,11 @@ Defined values are - + - + -Indicates the type of the resource referenced. +Indicates the type of the resource referenced. Defined values are - Personnel - Personnel Class @@ -1720,7 +1720,7 @@ Defined values are - + @@ -1734,28 +1734,28 @@ Defined values are - + - + Defines the states to a operations response. Defined values are -- Ready -- Running -- Completed -- Aborted -- Holding +- Ready +- Running +- Completed +- Aborted +- Holding - Paused - Closed - + - + @@ -1765,7 +1765,7 @@ Defined values are - + @@ -1781,77 +1781,77 @@ Defined values are - + - - - - - - + + + + + + - + - + - - - + + + -For the SpatialDefintionType, the Spatial Defintion Format element's Enumeration types as defined in ISAS-95 Part 2 commom object models Spatial data definitions. --> +For the SpatialDefintionType, the Spatial Defintion Format element's Enumeration types as defined in ISAS-95 Part 2 commom object models Spatial data definitions. - + - + - + - + - + -The spatial definition provides a means of communicating zero-dimensional point, one-dimensional line, -or two-dimensional shape or three-dimensional solid geospatial location data for planning/scheduling, -actuals, resources, and analytics. -Spatial definition identifies a value and the predefined coordinate reference system. +The spatial definition provides a means of communicating zero-dimensional point, one-dimensional line, +or two-dimensional shape or three-dimensional solid geospatial location data for planning/scheduling, +actuals, resources, and analytics. +Spatial definition identifies a value and the predefined coordinate reference system. - + - + - - + + - + - - + + - + @@ -1861,7 +1861,7 @@ Spatial definition identifies a value and the predefined coordinate reference sy - + @@ -1874,20 +1874,20 @@ Spatial definition identifies a value and the predefined coordinate reference sy - - + + - + - + @@ -1897,13 +1897,13 @@ Spatial definition identifies a value and the predefined coordinate reference sy - + - + @@ -1913,7 +1913,7 @@ Spatial definition identifies a value and the predefined coordinate reference sy - + diff --git a/Schema/B2MML-CoreComponents.xsd b/Schema/B2MML-CoreComponents.xsd index b1174ed..6045133 100644 --- a/Schema/B2MML-CoreComponents.xsd +++ b/Schema/B2MML-CoreComponents.xsd @@ -1,42 +1,42 @@ - - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History @@ -44,18 +44,18 @@ --- ---- ------ ---- v04 04 Jun 2007 D. Brandl Added transaction elements for ISA 95 Part 5 support. V0500 26 Mar 2011 D. Brandl Added additional UN/CEFAC CC types for BatchML use - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for latest 2018 release of ISA 95 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + - + diff --git a/Schema/B2MML-Equipment.xsd b/Schema/B2MML-Equipment.xsd index 94c12d4..3134914 100644 --- a/Schema/B2MML-Equipment.xsd +++ b/Schema/B2MML-Equipment.xsd @@ -1,17 +1,17 @@ - - + - + - @@ -24,44 +24,44 @@ - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V01 7 Apr 2002 D. Emerson Initial release + V01 7 Apr 2002 D. Emerson Initial release V02 23 Sept 2003 D. Emerson Updated filename for V02 Added Location to EquipmentType Changed ##any to "Any" element of type "AnyType" @@ -72,48 +72,48 @@ v04 04 Jun 2007 D. Brandl Added transaction elements for ISA 95 Part 5 support. Added "cc:" namespace for UN/CEFACT core types. Added the UN/CEFACT core components with optional attributes - and made them the base types for the B2MML types. - Added warning before each use of the AnyType that the extension - schema should be used instead of the Any element and that in a - still to be determined future release of B2MML the AnyType and + and made them the base types for the B2MML types. + Added warning before each use of the AnyType that the extension + schema should be used instead of the Any element and that in a + still to be determined future release of B2MML the AnyType and Any element will be removed. V0500 26 Mar 2011 D. Brandl Revised version Removed "Any" element type, replaced with extended types for user extensions Changed "Location" element name to "HierarchyScope" Removed Maintenance elements Added EquipmentCapabilityTestSpecificationID to Equipment and EquipmentClass - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version to match the 2018 ISA 95 update Changed all intermediate date and time types to DatTimeType 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + - + - + -A collection of Role Based Equipment Class and Equipment instance definitions. +A collection of Role Based Equipment Class and Equipment instance definitions. - + - + - + -A representation of a grouping of equipment with similar characteristics for a definite purpose -such as manufacturing operations definition, scheduling, capability and performance is an equipment class. -Any piece of equipment may be a member of zero or more equipment classes. An equipment class may be -defined as a specialization of zero or more equipment classes. An equipment class may be made up of +A representation of a grouping of equipment with similar characteristics for a definite purpose +such as manufacturing operations definition, scheduling, capability and performance is an equipment class. +Any piece of equipment may be a member of zero or more equipment classes. An equipment class may be +defined as a specialization of zero or more equipment classes. An equipment class may be made up of zero or more equipment classes. - + - + @@ -135,7 +135,7 @@ zero or more equipment classes. - + @@ -145,25 +145,25 @@ zero or more equipment classes. - + - - - @@ -171,31 +171,31 @@ zero or more equipment classes. - + - - - - + - - - + - - - - - @@ -210,9 +210,9 @@ zero or more equipment classes. minOccurs = "0" maxOccurs = "unbounded"/> - - @@ -222,17 +222,17 @@ zero or more equipment classes. - + - - - - + + - @@ -274,7 +274,7 @@ zero or more equipment classes. - + @@ -282,7 +282,7 @@ zero or more equipment classes. @@ -302,7 +302,7 @@ zero or more equipment classes. @@ -322,7 +322,7 @@ zero or more equipment classes. @@ -342,7 +342,7 @@ zero or more equipment classes. @@ -362,7 +362,7 @@ zero or more equipment classes. @@ -382,7 +382,7 @@ zero or more equipment classes. @@ -402,7 +402,7 @@ zero or more equipment classes. @@ -422,7 +422,7 @@ zero or more equipment classes. @@ -438,7 +438,7 @@ zero or more equipment classes. - + @@ -447,7 +447,7 @@ zero or more equipment classes. @@ -467,7 +467,7 @@ zero or more equipment classes. @@ -487,7 +487,7 @@ zero or more equipment classes. @@ -507,7 +507,7 @@ zero or more equipment classes. @@ -527,7 +527,7 @@ zero or more equipment classes. @@ -547,7 +547,7 @@ zero or more equipment classes. @@ -567,7 +567,7 @@ zero or more equipment classes. @@ -587,7 +587,7 @@ zero or more equipment classes. diff --git a/Schema/B2MML-Extensions.xsd b/Schema/B2MML-Extensions.xsd index 85227e7..949805b 100644 --- a/Schema/B2MML-Extensions.xsd +++ b/Schema/B2MML-Extensions.xsd @@ -17,7 +17,7 @@ Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org This MESA International work (including specifications, documents, software, and related items) referred to as the Business To @@ -58,7 +58,7 @@ V0500 26 Mar 2011 D. Brandl Revised version V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 08 Aug 2016 D. Brandl Updated Version - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub diff --git a/Schema/B2MML-MasterDataProfile.xsd b/Schema/B2MML-MasterDataProfile.xsd index 9369dff..c764001 100644 --- a/Schema/B2MML-MasterDataProfile.xsd +++ b/Schema/B2MML-MasterDataProfile.xsd @@ -1,62 +1,62 @@ - - + + - This file may be used to assist in code generation using XSD.EXE - This file simply includes all of the B2MML schemas into a single - definition. This reduces the length of the generated .cs file name. - - Copyright 2019 MESA International - All Rights Reserved. http://www.mesa.org - - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. - - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided the World Batch - Forum is acknowledged as the originator of this Work using the + This file may be used to assist in code generation using XSD.EXE + This file simply includes all of the B2MML schemas into a single + definition. This reduces the length of the generated .cs file name. + + Copyright 2019 MESA International + All Rights Reserved. http://www.mesa.org + + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. + + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided the World Batch + Forum is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions and - ANSI/ISA-95.00.04-2018 Enterprise-Control System Integration - Part 4: Objects and Attributes for Manufacturing Oerations - Management Integration. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions and + ANSI/ISA-95.00.04-2018 Enterprise-Control System Integration + Part 4: Objects and Attributes for Manufacturing Oerations + Management Integration. - - + + Revision History Ver Date Person Note --- ---- ------ ---- - 7.0 12-Dec-2018 Dennis Brandl Initial version for a Base Data Exchange Profile - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + 7.0 12-Dec-2018 Dennis Brandl Initial version for a Base Data Exchange Profile + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -84,24 +84,23 @@ - + - + schemaLocation="B2MML-AllExtensions.xsd"/> + - + - + - - + - - @@ -138,21 +137,21 @@ minOccurs="0" maxOccurs = "unbounded"/> - - - - - - - @@ -163,72 +162,72 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - + - - - - - + + + + + - - + + - - - - + + + + - + - - - - + + + + - - + + - - + + - - - - + + + + diff --git a/Schema/B2MML-Material.xsd b/Schema/B2MML-Material.xsd index 2054752..a0043f7 100644 --- a/Schema/B2MML-Material.xsd +++ b/Schema/B2MML-Material.xsd @@ -3,13 +3,13 @@ - @@ -21,44 +21,44 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - v01 7 Apr 2002 D. Emerson Initial release + v01 7 Apr 2002 D. Emerson Initial release v02 23 Sept 2003 D. Emerson Updated filename for v02 Added Location information to lot type Changed ##any to "Any" element of type "AnyType" @@ -72,28 +72,28 @@ Added MaterialLotID to MaterialSubLot so a stand alone MaterialSubLot element can be identified with a Lot ID. - v0301 29 Dec 2005 D. Brandl Added Property to Material Sublot + v0301 29 Dec 2005 D. Brandl Added Property to Material Sublot v04 04 Jun 2007 D. Brandl Added transaction elements for ISA 95 Part 5 support. Added "cc:" namespace for UN/CEFACT core types. Added the UN/CEFACT core components with optional attributes - and made them the base types for the B2MML types. - Added warning before each use of the AnyType that the extension - schema should be used instead of the Any element and that in a - still to be determined future release of B2MML the AnyType and + and made them the base types for the B2MML types. + Added warning before each use of the AnyType that the extension + schema should be used instead of the Any element and that in a + still to be determined future release of B2MML the AnyType and Any element will be removed. V0500 26 Mar 2011 D. Brandl Revised version for V05 - Removed "Any" element type, replaced with extended types for user extensions - Changed "Location" element name to "HierarchyScope" - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + Removed "Any" element type, replaced with extended types for user extensions + Changed "Location" element name to "HierarchyScope" + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + - + @@ -120,7 +120,7 @@ - + @@ -130,7 +130,7 @@ - + @@ -140,7 +140,7 @@ - + @@ -150,26 +150,26 @@ - + - - - - - - - - @@ -180,30 +180,30 @@ - + - - - + - - - - - - - + + @@ -211,11 +211,11 @@ - - - + @@ -226,32 +226,32 @@ - + - - - - - + - - - - - - + + @@ -259,19 +259,19 @@ - - minOccurs = "0"/> - + - - + - - + @@ -279,42 +279,42 @@ - - minOccurs = "0"/> - - - - - + + + - + - - - - - - - - + + @@ -322,14 +322,15 @@ - - - + @@ -337,42 +338,42 @@ - - minOccurs = "0"/> - - - - + + - - - - + + - - - - - - - - + + @@ -383,7 +384,7 @@ - + @@ -391,7 +392,7 @@ @@ -411,7 +412,7 @@ @@ -431,7 +432,7 @@ @@ -451,7 +452,7 @@ @@ -471,7 +472,7 @@ @@ -492,7 +493,7 @@ @@ -513,7 +514,7 @@ @@ -534,7 +535,7 @@ @@ -551,7 +552,7 @@ - + @@ -559,7 +560,7 @@ @@ -579,7 +580,7 @@ @@ -599,7 +600,7 @@ @@ -619,7 +620,7 @@ @@ -639,7 +640,7 @@ @@ -659,7 +660,7 @@ @@ -679,7 +680,7 @@ @@ -699,7 +700,7 @@ @@ -715,7 +716,7 @@ - + @@ -723,7 +724,7 @@ @@ -743,7 +744,7 @@ @@ -763,7 +764,7 @@ @@ -783,7 +784,7 @@ @@ -803,7 +804,7 @@ @@ -823,7 +824,7 @@ @@ -843,7 +844,7 @@ @@ -863,7 +864,7 @@ @@ -1027,7 +1028,7 @@ - + @@ -1035,7 +1036,7 @@ @@ -1055,7 +1056,7 @@ @@ -1075,7 +1076,7 @@ @@ -1095,7 +1096,7 @@ @@ -1115,7 +1116,7 @@ @@ -1135,7 +1136,7 @@ @@ -1155,7 +1156,7 @@ @@ -1175,7 +1176,7 @@ diff --git a/Schema/B2MML-OperationalLocation.xsd b/Schema/B2MML-OperationalLocation.xsd index e91b13b..0c9b856 100644 --- a/Schema/B2MML-OperationalLocation.xsd +++ b/Schema/B2MML-OperationalLocation.xsd @@ -3,13 +3,13 @@ - + - @@ -17,82 +17,82 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V0700 09 Nov 2018 D. Brandl Initial Version fro 2018 ISA 95 Part 2 update - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + V0700 09 Nov 2018 D. Brandl Initial Version fro 2018 ISA 95 Part 2 update + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + - - -Operational locations define the logical or physical places in which resources are located or are expected to be located within a plant. -Operational locations may be made up of smaller operational locations. An operational location may belong to one or more operational location classes. + + +Operational locations define the logical or physical places in which resources are located or are expected to be located within a plant. +Operational locations may be made up of smaller operational locations. An operational location may belong to one or more operational location classes. An operational location class may be a specialization of one or more operational location classes. - - - - + + + + - - -A representation of a grouping of operational locations with similar characteristics for a definite purpose -such as manufacturing operations definition, scheduling, capability and performance shall be presented as an + + +A representation of a grouping of operational locations with similar characteristics for a definite purpose +such as manufacturing operations definition, scheduling, capability and performance shall be presented as an operational location class. Any operational location may be a member of zero or more operational location classes. - - - - + + + + - - -A logical or physical location where a material lot, material sublot, equipment, physical asset or person -is located or expected to be located shall be presented as an operational location. Operational locations + + +A logical or physical location where a material lot, material sublot, equipment, physical asset or person +is located or expected to be located shall be presented as an operational location. Operational locations may be made up of other operational locations. - - - - + + + + @@ -128,21 +128,21 @@ may be made up of other operational locations. - - - - - - + @@ -154,9 +154,9 @@ may be made up of other operational locations. minOccurs = "0"/> - - @@ -171,15 +171,15 @@ may be made up of other operational locations. - - - @@ -189,44 +189,44 @@ may be made up of other operational locations. - - - - - + + + + + - + - - - - - + + + + + - + - + @@ -234,7 +234,7 @@ may be made up of other operational locations. @@ -254,7 +254,7 @@ may be made up of other operational locations. @@ -275,7 +275,7 @@ may be made up of other operational locations. @@ -296,7 +296,7 @@ may be made up of other operational locations. @@ -317,7 +317,7 @@ may be made up of other operational locations. @@ -338,7 +338,7 @@ may be made up of other operational locations. @@ -359,7 +359,7 @@ may be made up of other operational locations. @@ -380,7 +380,7 @@ may be made up of other operational locations. @@ -396,7 +396,7 @@ may be made up of other operational locations. - + @@ -404,7 +404,7 @@ may be made up of other operational locations. @@ -424,7 +424,7 @@ may be made up of other operational locations. @@ -445,7 +445,7 @@ may be made up of other operational locations. @@ -466,7 +466,7 @@ may be made up of other operational locations. @@ -487,7 +487,7 @@ may be made up of other operational locations. @@ -508,7 +508,7 @@ may be made up of other operational locations. @@ -529,7 +529,7 @@ may be made up of other operational locations. @@ -550,7 +550,7 @@ may be made up of other operational locations. @@ -561,14 +561,14 @@ may be made up of other operational locations. - - + + - + @@ -576,7 +576,7 @@ may be made up of other operational locations. @@ -596,7 +596,7 @@ may be made up of other operational locations. @@ -617,7 +617,7 @@ may be made up of other operational locations. @@ -638,7 +638,7 @@ may be made up of other operational locations. @@ -659,7 +659,7 @@ may be made up of other operational locations. @@ -680,7 +680,7 @@ may be made up of other operational locations. @@ -701,7 +701,7 @@ may be made up of other operational locations. @@ -722,7 +722,7 @@ may be made up of other operational locations. diff --git a/Schema/B2MML-OperationsCapability.xsd b/Schema/B2MML-OperationsCapability.xsd index 8ffe190..3a5844f 100644 --- a/Schema/B2MML-OperationsCapability.xsd +++ b/Schema/B2MML-OperationsCapability.xsd @@ -3,13 +3,13 @@ - + - @@ -17,54 +17,54 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl New version - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2 - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -93,19 +93,19 @@ - - - - - + @@ -113,9 +113,9 @@ minOccurs = "0" maxOccurs = "unbounded"/> - - @@ -127,19 +127,19 @@ minOccurs = "0"/> - - - - @@ -149,31 +149,31 @@ - - > + minOccurs = "0" maxOccurs = "unbounded"/> - - - - @@ -183,11 +183,11 @@ - - + @@ -197,16 +197,16 @@ minOccurs = "0"/> - - - - @@ -220,7 +220,7 @@ - + @@ -228,7 +228,7 @@ @@ -248,7 +248,7 @@ @@ -269,7 +269,7 @@ @@ -290,7 +290,7 @@ @@ -311,7 +311,7 @@ @@ -332,7 +332,7 @@ @@ -353,7 +353,7 @@ @@ -374,7 +374,7 @@ @@ -390,7 +390,7 @@ - + @@ -398,7 +398,7 @@ @@ -418,7 +418,7 @@ @@ -439,7 +439,7 @@ @@ -460,7 +460,7 @@ @@ -481,7 +481,7 @@ @@ -502,7 +502,7 @@ @@ -523,7 +523,7 @@ @@ -544,7 +544,7 @@ diff --git a/Schema/B2MML-OperationsDefinition.xsd b/Schema/B2MML-OperationsDefinition.xsd index 8ffa009..7ee3c7e 100644 --- a/Schema/B2MML-OperationsDefinition.xsd +++ b/Schema/B2MML-OperationsDefinition.xsd @@ -3,13 +3,13 @@ - + - @@ -17,38 +17,38 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History @@ -56,22 +56,22 @@ --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl New Version - Removed "Any" element type, replaced with extended types for user extensions - Changed "Location" element name to "HierarchyScope" - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + Removed "Any" element type, replaced with extended types for user extensions + Changed "Location" element name to "HierarchyScope" + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 Corrected the OperationsMaterialBillType wrong definition for the OperationsMaterialBillItem V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2 - Added Test Specification ID to resource specifications - Added Work Master links - Added transactions for Operations Segment, not in Part 5, but discussed in ISA 95 meetings - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Added Test Specification ID to resource specifications + Added Work Master links + Added transactions for Operations Segment, not in Part 5, but discussed in ISA 95 meetings + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -108,17 +108,17 @@ - - - + + - - @@ -129,29 +129,29 @@ - - + - - - - - - - - - - - - - - @@ -180,21 +180,21 @@ - - - - - - - - @@ -203,43 +203,43 @@ - - - - - - - - - - - - - - - - - - - @@ -251,7 +251,7 @@ - + @@ -259,7 +259,7 @@ @@ -279,7 +279,7 @@ @@ -299,7 +299,7 @@ @@ -319,7 +319,7 @@ @@ -339,7 +339,7 @@ @@ -359,7 +359,7 @@ @@ -379,7 +379,7 @@ @@ -399,7 +399,7 @@ @@ -415,7 +415,7 @@ - + @@ -423,7 +423,7 @@ @@ -443,7 +443,7 @@ @@ -463,7 +463,7 @@ @@ -483,7 +483,7 @@ @@ -503,7 +503,7 @@ @@ -523,7 +523,7 @@ @@ -543,7 +543,7 @@ @@ -563,7 +563,7 @@ @@ -579,7 +579,7 @@ - + @@ -587,7 +587,7 @@ @@ -607,7 +607,7 @@ @@ -627,7 +627,7 @@ @@ -647,7 +647,7 @@ @@ -667,7 +667,7 @@ @@ -687,7 +687,7 @@ @@ -707,7 +707,7 @@ @@ -727,7 +727,7 @@ diff --git a/Schema/B2MML-OperationsPerformance.xsd b/Schema/B2MML-OperationsPerformance.xsd index 3623297..3a5afc4 100644 --- a/Schema/B2MML-OperationsPerformance.xsd +++ b/Schema/B2MML-OperationsPerformance.xsd @@ -3,58 +3,58 @@ - + - - + - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl Initial version - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2 Added OperationsSegmentID to OperationsResponseType Changed all intermediate date and time types to DatTimeType @@ -64,7 +64,7 @@ - + @@ -84,23 +84,23 @@ - - - - - - - - @@ -110,23 +110,23 @@ - - - - - - - - - @@ -142,7 +142,7 @@ - + @@ -150,7 +150,7 @@ @@ -170,7 +170,7 @@ @@ -191,7 +191,7 @@ @@ -212,7 +212,7 @@ @@ -233,7 +233,7 @@ @@ -254,7 +254,7 @@ @@ -275,7 +275,7 @@ @@ -296,7 +296,7 @@ diff --git a/Schema/B2MML-OperationsPerformanceTypes.xsd b/Schema/B2MML-OperationsPerformanceTypes.xsd index b9810af..b65e647 100644 --- a/Schema/B2MML-OperationsPerformanceTypes.xsd +++ b/Schema/B2MML-OperationsPerformanceTypes.xsd @@ -3,59 +3,59 @@ - + - - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl Initial version with OpSegmentResponseType and sub element definitions - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 - Moved the Description Element in opSegmentDataType to match the order of other elements + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + Moved the Description Element in opSegmentDataType to match the order of other elements Modified OpMaterialActualPropertyType to make it recursive like MaterialDefinitionProperty V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2 Added OperationsSegmentID to OpSegmentResponseType @@ -67,49 +67,49 @@ - - - - - - - - - - - - - - - - - - - @@ -117,49 +117,49 @@ - - - - - + - - - - - - - - - + - @@ -167,22 +167,22 @@ - - - - - - @@ -191,31 +191,31 @@ - - - - - - - - - + - @@ -223,22 +223,22 @@ - - - - - @@ -247,31 +247,31 @@ - - - - - - - - + - @@ -279,21 +279,21 @@ - - - - - - @@ -302,39 +302,39 @@ - - - - - - - - - - - - - - + @@ -343,23 +343,23 @@ - - - - - + - - diff --git a/Schema/B2MML-OperationsSchedule.xsd b/Schema/B2MML-OperationsSchedule.xsd index f1231dc..d8ad389 100644 --- a/Schema/B2MML-OperationsSchedule.xsd +++ b/Schema/B2MML-OperationsSchedule.xsd @@ -3,60 +3,60 @@ - + - - + - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - - + + Revision History Ver Date Person Note --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl Initial version - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 Modified OpMaterialRequirementPropertyType to make it recursive like MaterialDefinitionProperty V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2 Added OperationsSegmentID to OperationsRequestType @@ -69,7 +69,7 @@ - + @@ -85,25 +85,25 @@ - + - - - - - - - @@ -112,31 +112,31 @@ - - - - - - - - - - + minOccurs = "0"/> @@ -144,37 +144,37 @@ - - - - - - - - - - - - + - @@ -188,7 +188,7 @@ - + @@ -197,7 +197,7 @@ @@ -217,7 +217,7 @@ @@ -238,7 +238,7 @@ @@ -259,7 +259,7 @@ @@ -280,7 +280,7 @@ @@ -301,7 +301,7 @@ @@ -322,7 +322,7 @@ @@ -343,7 +343,7 @@ diff --git a/Schema/B2MML-Personnel.xsd b/Schema/B2MML-Personnel.xsd index 34d559c..fcc8636 100644 --- a/Schema/B2MML-Personnel.xsd +++ b/Schema/B2MML-Personnel.xsd @@ -3,13 +3,13 @@ - @@ -21,46 +21,46 @@ - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V01 7 Apr 2002 D. Emerson Initial release + V01 7 Apr 2002 D. Emerson Initial release V02 23 Sept 2003 D. Emerson Updated filename for V02 - Added Location to person + Added Location to person Changed ##any to "Any" element of type "AnyType" Added revision to namespace V0201 17 Nov 2003 D. Emerson Updated namespace after change to common schema @@ -70,16 +70,16 @@ v04 04 Jun 2007 D. Brandl Added transaction elements for ISA 95 Part 5 support. Added "cc:" namespace for UN/CEFACT core types. Added the UN/CEFACT core components with optional attributes - and made them the base types for the B2MML types. - Added warning before each use of the AnyType that the extension - schema should be used instead of the Any element and that in a - still to be determined future release of B2MML the AnyType and + and made them the base types for the B2MML types. + Added warning before each use of the AnyType that the extension + schema should be used instead of the Any element and that in a + still to be determined future release of B2MML the AnyType and Any element will be removed. V0500 26 Mar 2011 D. Brandl Revised version Removed "Any" element type, replaced with extended types for user extensions Changed "Location" element name to "HierarchyScope" Added QualificationTestSpecificationID to Person and PersonnelClass - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2 Removed QuaificationTestSpecification definitions, replaced by TestSpecification model 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub @@ -88,28 +88,28 @@ - + - + -A representation of a grouping of persons with similar characteristics for a definite purpose such as -manufacturing operations definition, scheduling, capability and performance is a personnel class. -Any person may be a member of zero or more personnel classes. A personnel class may be defined as -a specialization of zero or more personnel class. A personnel class may be made up of zero or more personnel class(s). +A representation of a grouping of persons with similar characteristics for a definite purpose such as +manufacturing operations definition, scheduling, capability and performance is a personnel class. +Any person may be a member of zero or more personnel classes. A personnel class may be defined as +a specialization of zero or more personnel class. A personnel class may be made up of zero or more personnel class(s). - + - + - + -A representation of a specifically identified individual is a person. +A representation of a specifically identified individual is a person. A person may be a member of zero or more personnel classes. - + - + @@ -131,7 +131,7 @@ A person may be a member of zero or more personnel classes. - + @@ -141,7 +141,7 @@ A person may be a member of zero or more personnel classes. - + @@ -149,18 +149,18 @@ A person may be a member of zero or more personnel classes. - - - - - - @@ -170,27 +170,27 @@ A person may be a member of zero or more personnel classes. - + - - - - + + - - - - - - @@ -200,15 +200,15 @@ A person may be a member of zero or more personnel classes. - - - + @@ -217,15 +217,15 @@ A person may be a member of zero or more personnel classes. - + - - - - + + - - - + @@ -273,7 +273,7 @@ A person may be a member of zero or more personnel classes. @@ -293,7 +293,7 @@ A person may be a member of zero or more personnel classes. @@ -313,7 +313,7 @@ A person may be a member of zero or more personnel classes. @@ -333,7 +333,7 @@ A person may be a member of zero or more personnel classes. @@ -353,7 +353,7 @@ A person may be a member of zero or more personnel classes. @@ -373,7 +373,7 @@ A person may be a member of zero or more personnel classes. @@ -393,7 +393,7 @@ A person may be a member of zero or more personnel classes. @@ -411,7 +411,7 @@ A person may be a member of zero or more personnel classes. @@ -427,7 +427,7 @@ A person may be a member of zero or more personnel classes. - + @@ -435,7 +435,7 @@ A person may be a member of zero or more personnel classes. @@ -455,7 +455,7 @@ A person may be a member of zero or more personnel classes. @@ -475,7 +475,7 @@ A person may be a member of zero or more personnel classes. @@ -495,7 +495,7 @@ A person may be a member of zero or more personnel classes. @@ -515,7 +515,7 @@ A person may be a member of zero or more personnel classes. @@ -535,7 +535,7 @@ A person may be a member of zero or more personnel classes. @@ -555,7 +555,7 @@ A person may be a member of zero or more personnel classes. @@ -575,7 +575,7 @@ A person may be a member of zero or more personnel classes. diff --git a/Schema/B2MML-PhysicalAsset.xsd b/Schema/B2MML-PhysicalAsset.xsd index eceaef9..3eb5bf2 100644 --- a/Schema/B2MML-PhysicalAsset.xsd +++ b/Schema/B2MML-PhysicalAsset.xsd @@ -164,7 +164,7 @@ A physical asset class may be made up of zero or more physical asset classes. - + @@ -216,7 +216,7 @@ A physical asset class may be made up of zero or more physical asset classes. - + diff --git a/Schema/B2MML-ResourceRelationshipNetwork.xsd b/Schema/B2MML-ResourceRelationshipNetwork.xsd index d0e1edd..d773ac3 100644 --- a/Schema/B2MML-ResourceRelationshipNetwork.xsd +++ b/Schema/B2MML-ResourceRelationshipNetwork.xsd @@ -3,70 +3,70 @@ - + - - + - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.02-2010 Enterprise-Control System + + Based upon the ANSI/ISA-95.00.02-2010 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the - ANSI/ISA-95.00.05-2006 Enterprise-Control System Integration - Part 5: Business to Manufacturing Transactions. + ANSI/ISA-95.00.05-2006 Enterprise-Control System Integration + Part 5: Business to Manufacturing Transactions. - - + + Revision History Ver Date Person Note --- ---- ------ ---- - V0600 15 Aug 2012 D. Brandl Initial version with support for ISA 95 Part 4 + V0600 15 Aug 2012 D. Brandl Initial version with support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + - + @@ -88,17 +88,17 @@ - + - - - - @@ -106,53 +106,53 @@ - - - minOccurs = "0"/> - + + - - - + + - - + - - + - - minOccurs = "0"/> - + - - - + + - - - - - @@ -161,12 +161,12 @@ - - @@ -175,13 +175,13 @@ - + + minOccurs = "0"/> - @@ -190,16 +190,16 @@ - - + - + - @@ -207,51 +207,51 @@ - - - + + - - - - + + - - - - + + + - + - + @@ -260,7 +260,7 @@ @@ -280,7 +280,7 @@ @@ -301,7 +301,7 @@ @@ -322,7 +322,7 @@ @@ -343,7 +343,7 @@ @@ -364,7 +364,7 @@ @@ -385,7 +385,7 @@ @@ -406,7 +406,7 @@ @@ -422,7 +422,7 @@ - + @@ -431,7 +431,7 @@ @@ -451,7 +451,7 @@ @@ -472,7 +472,7 @@ @@ -493,7 +493,7 @@ @@ -514,7 +514,7 @@ @@ -535,7 +535,7 @@ @@ -556,7 +556,7 @@ @@ -577,7 +577,7 @@ diff --git a/Schema/B2MML-TestSpecification.xsd b/Schema/B2MML-TestSpecification.xsd index 1ab594e..9a9ad64 100644 --- a/Schema/B2MML-TestSpecification.xsd +++ b/Schema/B2MML-TestSpecification.xsd @@ -21,7 +21,7 @@ Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org This MESA International work (including specifications, documents, software, and related items) referred to as the Business To @@ -55,8 +55,8 @@ Ver Date Person Note --- ---- ------ ---- V0700 09 Nov 2018 D. Brandl Initial Version from 2018 ISA 95 Part 2 update - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub @@ -64,36 +64,36 @@ - - + + Operations test information is exchanged to communicate criteria that are to be applied to perform tests of personnel, equipment, physical assets and/or materials and to communicate the results of those tests. - - - + + + - - + + The test specification details the test specification criteria and the tested evaluated property(s) required for a testable object to match the quality or performance requirements of the business or particular customers. A test specification may contain other test specifications to form a hierarchy of test specifications. - - - + + + - - - - - - - - + + + + + + + + @@ -116,7 +116,7 @@ of test specifications. minOccurs = "0" nillable="true"/> - @@ -130,33 +130,33 @@ of test specifications. minOccurs = "0" maxOccurs = "unbounded"/> - - - - - - - - - - - - - @@ -165,30 +165,30 @@ of test specifications. - - - + + + + minOccurs="0" maxOccurs="unbounded"/> - - - - - - + + + + + + @@ -196,16 +196,16 @@ of test specifications. - - - - - - + + + + + + diff --git a/Schema/B2MML-TransactionProfile.xsd b/Schema/B2MML-TransactionProfile.xsd index d8be7f0..6572b0d 100644 --- a/Schema/B2MML-TransactionProfile.xsd +++ b/Schema/B2MML-TransactionProfile.xsd @@ -21,7 +21,7 @@ Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org This MESA International work (including specifications, documents, software, and related items) referred to as the Business To @@ -56,16 +56,16 @@ --- ---- ------ ---- v04 04 Jun 2007 D. Brandl Added transaction elements for ISA 95 Part 5 support. V0500 26 Mar 2011 D. Brandl Revised version - Changed QA TEST to MATERIAL TEST - Changed CAPABILITY TEST to EQUIPMENT CAPABILITY TEST - Added OPERATIONS elements + Changed QA TEST to MATERIAL TEST + Changed CAPABILITY TEST to EQUIPMENT CAPABILITY TEST + Added OPERATIONS elements V0600 18 Aug 2012 D. Brandl Updated MESA Copyright Added ISA 95 Part 4 objects to noun types V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2, 4 and 5 - Included the B2MML "INFORMATION" container objects - Added new objects from Part 4 and Part 4 - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Included the B2MML "INFORMATION" container objects + Added new objects from Part 4 and Part 4 + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub @@ -120,90 +120,90 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/Schema/B2MML-WorkAlert.xsd b/Schema/B2MML-WorkAlert.xsd index 7b05248..cee91a1 100644 --- a/Schema/B2MML-WorkAlert.xsd +++ b/Schema/B2MML-WorkAlert.xsd @@ -3,13 +3,13 @@ - + - @@ -17,45 +17,45 @@ - + Copyright 2019 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V0600 17 Mar 2013 D. Brandl Initial version + V0600 17 Mar 2013 D. Brandl Initial version V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 Changed all intermediate date and time types to DatTimeType 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub @@ -64,7 +64,7 @@ - + @@ -103,21 +103,21 @@ - - - - - - + @@ -125,7 +125,7 @@ minOccurs = "0" maxOccurs = "unbounded"/> - @@ -141,9 +141,9 @@ - - - - + + @@ -163,7 +163,7 @@ minOccurs = "0"/> - @@ -177,14 +177,14 @@ - - - - @@ -196,7 +196,7 @@ - + @@ -204,7 +204,7 @@ @@ -224,7 +224,7 @@ @@ -245,7 +245,7 @@ @@ -266,7 +266,7 @@ @@ -287,7 +287,7 @@ @@ -308,7 +308,7 @@ @@ -329,7 +329,7 @@ @@ -350,7 +350,7 @@ @@ -366,7 +366,7 @@ - + @@ -374,7 +374,7 @@ @@ -394,7 +394,7 @@ @@ -415,7 +415,7 @@ @@ -436,7 +436,7 @@ @@ -457,7 +457,7 @@ @@ -478,12 +478,11 @@ - @@ -499,7 +498,7 @@ @@ -520,7 +519,7 @@ @@ -536,7 +535,7 @@ - + @@ -544,7 +543,7 @@ @@ -564,7 +563,7 @@ @@ -585,7 +584,7 @@ @@ -606,7 +605,7 @@ @@ -627,7 +626,7 @@ @@ -648,7 +647,7 @@ @@ -669,7 +668,7 @@ @@ -690,7 +689,7 @@ diff --git a/Schema/B2MML-WorkCalendar.xsd b/Schema/B2MML-WorkCalendar.xsd index 3c2dec6..1be9872 100644 --- a/Schema/B2MML-WorkCalendar.xsd +++ b/Schema/B2MML-WorkCalendar.xsd @@ -3,13 +3,13 @@ - + - @@ -17,54 +17,54 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V0600 17 Mar 2013 D. Brandl Initial version + V0600 17 Mar 2013 D. Brandl Initial version V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -102,23 +102,23 @@ - - - - - - - + @@ -127,17 +127,17 @@ - + - + @@ -146,13 +146,13 @@ - + - - - - - - - + + @@ -189,14 +189,14 @@ - - - + + + @@ -204,17 +204,17 @@ minOccurs = "0" maxOccurs = "unbounded"/> - - + @@ -223,17 +223,17 @@ - + - - + + @@ -241,26 +241,26 @@ minOccurs = "0" maxOccurs = "unbounded"/> - - - - - + - + @@ -268,11 +268,11 @@ minOccurs = "0" maxOccurs = "unbounded"/> - + @@ -285,7 +285,7 @@ - + @@ -293,7 +293,7 @@ @@ -313,7 +313,7 @@ @@ -334,7 +334,7 @@ @@ -355,7 +355,7 @@ @@ -376,7 +376,7 @@ @@ -397,7 +397,7 @@ @@ -418,7 +418,7 @@ @@ -439,7 +439,7 @@ @@ -455,7 +455,7 @@ - + @@ -463,7 +463,7 @@ @@ -483,7 +483,7 @@ @@ -504,7 +504,7 @@ @@ -525,7 +525,7 @@ @@ -546,7 +546,7 @@ @@ -567,7 +567,7 @@ @@ -588,7 +588,7 @@ @@ -609,7 +609,7 @@ @@ -626,7 +626,7 @@ - + @@ -634,7 +634,7 @@ @@ -654,7 +654,7 @@ @@ -675,7 +675,7 @@ @@ -696,7 +696,7 @@ @@ -717,7 +717,7 @@ @@ -738,7 +738,7 @@ @@ -759,7 +759,7 @@ @@ -780,7 +780,7 @@ diff --git a/Schema/B2MML-WorkDefinition.xsd b/Schema/B2MML-WorkDefinition.xsd index 41d0809..2eed314 100644 --- a/Schema/B2MML-WorkDefinition.xsd +++ b/Schema/B2MML-WorkDefinition.xsd @@ -3,13 +3,13 @@ - + - @@ -18,56 +18,56 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V0600 17 Mar 2013 D. Brandl Initial version with support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Initial version with support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 Added unbounded to OperationsDefinitionID to WorkDefinitionType Added OperationsSegmentID to WorkDefinitionType - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -107,15 +107,15 @@ - - - + + - @@ -130,51 +130,51 @@ - - - + - - - - - - - - - - + - - - + - - - - @@ -186,7 +186,7 @@ - @@ -199,7 +199,7 @@ - + @@ -207,7 +207,7 @@ @@ -227,7 +227,7 @@ @@ -247,7 +247,7 @@ @@ -267,7 +267,7 @@ @@ -287,7 +287,7 @@ @@ -307,7 +307,7 @@ @@ -327,7 +327,7 @@ @@ -347,7 +347,7 @@ @@ -363,7 +363,7 @@ - + @@ -371,7 +371,7 @@ @@ -391,7 +391,7 @@ @@ -411,7 +411,7 @@ @@ -431,7 +431,7 @@ @@ -451,7 +451,7 @@ @@ -471,7 +471,7 @@ @@ -491,7 +491,7 @@ @@ -511,7 +511,7 @@ @@ -527,7 +527,7 @@ - + @@ -535,7 +535,7 @@ @@ -555,7 +555,7 @@ @@ -575,7 +575,7 @@ @@ -595,7 +595,7 @@ @@ -615,7 +615,7 @@ @@ -635,7 +635,7 @@ @@ -655,7 +655,7 @@ @@ -675,7 +675,7 @@ diff --git a/Schema/B2MML-WorkPerformance.xsd b/Schema/B2MML-WorkPerformance.xsd index 23b6eed..09e455a 100644 --- a/Schema/B2MML-WorkPerformance.xsd +++ b/Schema/B2MML-WorkPerformance.xsd @@ -3,67 +3,67 @@ - + - - + - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl Initial version - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -80,19 +80,19 @@ - - - - - - - - + + + + + + + + - + @@ -103,24 +103,24 @@ - - - - - - - - @@ -130,21 +130,21 @@ - - - - + - - @@ -155,42 +155,42 @@ - - + - - - - + - - - - - - + + + - - - - - - + @@ -198,34 +198,34 @@ - - - - - - - - - - + + + - + @@ -233,7 +233,7 @@ @@ -253,7 +253,7 @@ @@ -274,7 +274,7 @@ @@ -295,7 +295,7 @@ @@ -316,7 +316,7 @@ @@ -337,7 +337,7 @@ @@ -358,7 +358,7 @@ @@ -379,7 +379,7 @@ @@ -390,13 +390,13 @@ - + - + @@ -404,7 +404,7 @@ @@ -424,7 +424,7 @@ @@ -445,7 +445,7 @@ @@ -466,7 +466,7 @@ @@ -487,7 +487,7 @@ @@ -508,7 +508,7 @@ @@ -529,7 +529,7 @@ @@ -550,7 +550,7 @@ @@ -562,13 +562,13 @@ - + - + @@ -576,7 +576,7 @@ @@ -596,7 +596,7 @@ @@ -617,7 +617,7 @@ @@ -638,7 +638,7 @@ @@ -659,7 +659,7 @@ @@ -680,7 +680,7 @@ @@ -701,7 +701,7 @@ @@ -722,7 +722,7 @@ diff --git a/Schema/B2MML-WorkRecord.xsd b/Schema/B2MML-WorkRecord.xsd index 3a051a9..bdf4544 100644 --- a/Schema/B2MML-WorkRecord.xsd +++ b/Schema/B2MML-WorkRecord.xsd @@ -3,13 +3,13 @@ - + - @@ -30,45 +30,45 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - + Revision History Ver Date Person Note === ==== ====== ========================== V0700 21 Dec 2018 D. Brandl Initial Version for 2018 update of ISA 95 Part 4 - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub @@ -76,7 +76,7 @@ - + @@ -88,15 +88,15 @@ - + - - + + @@ -108,27 +108,27 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + minOccurs="0"/> + minOccurs="0"/> + minOccurs="0"/> + minOccurs="0"/> + minOccurs="0"/> + minOccurs="0"/> + minOccurs="0"/> + minOccurs="0"/> + minOccurs="0"/> - + @@ -204,24 +204,24 @@ - + - + - - - + + + @@ -230,17 +230,17 @@ - + - - - + + + @@ -250,19 +250,19 @@ - + - - - - - + + + + + @@ -272,51 +272,51 @@ - - + + - + - - - - + + + + - - - - + type = "IdentifierType" minOccurs="0" maxOccurs="unbounded"/> + + + + - - - + + + - - - + + + - - - + + + @@ -326,28 +326,28 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -358,7 +358,7 @@ - + @@ -368,7 +368,7 @@ - + @@ -376,7 +376,7 @@ - + @@ -417,22 +417,22 @@ - + - - - - + + + + - - - + + + @@ -442,19 +442,19 @@ - + - - - - + + + + @@ -464,22 +464,22 @@ - + - - + + - - - - + + + + @@ -490,46 +490,46 @@ - + - - - - - - - - - - + + + + + + + + + + - - - + + + - - + + - - - - + + + + @@ -645,7 +645,7 @@ - + - + - + - + @@ -690,7 +690,7 @@ @@ -710,7 +710,7 @@ @@ -730,7 +730,7 @@ @@ -750,7 +750,7 @@ @@ -770,7 +770,7 @@ @@ -790,7 +790,7 @@ @@ -810,7 +810,7 @@ @@ -830,7 +830,7 @@ diff --git a/Schema/B2MML-WorkSchedule.xsd b/Schema/B2MML-WorkSchedule.xsd index 4ad8cf5..5abcd11 100644 --- a/Schema/B2MML-WorkSchedule.xsd +++ b/Schema/B2MML-WorkSchedule.xsd @@ -3,55 +3,55 @@ - + - - + - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - - + + Revision History Ver Date Person Note --- ---- ------ ---- @@ -59,15 +59,15 @@ V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 Added OperationsRequestID to JobOrderType Added SegmentRequirementID to JobOrderType - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -94,27 +94,27 @@ - + - - - - - - - - @@ -123,27 +123,27 @@ - - - - - - - - - @@ -152,19 +152,19 @@ - - - - - - - @@ -173,39 +173,39 @@ - - - - - + + - - - - - - + + + + - - - - - @@ -217,7 +217,7 @@ - + @@ -226,7 +226,7 @@ @@ -246,7 +246,7 @@ @@ -267,7 +267,7 @@ @@ -288,7 +288,7 @@ @@ -309,7 +309,7 @@ @@ -330,7 +330,7 @@ @@ -351,7 +351,7 @@ @@ -372,7 +372,7 @@ @@ -388,7 +388,7 @@ - + @@ -397,7 +397,7 @@ @@ -417,7 +417,7 @@ @@ -438,7 +438,7 @@ @@ -459,7 +459,7 @@ @@ -480,7 +480,7 @@ @@ -501,7 +501,7 @@ @@ -522,7 +522,7 @@ @@ -543,7 +543,7 @@ diff --git a/Schema/B2MML-WorkflowSpecification.xsd b/Schema/B2MML-WorkflowSpecification.xsd index 1237279..8aef851 100644 --- a/Schema/B2MML-WorkflowSpecification.xsd +++ b/Schema/B2MML-WorkflowSpecification.xsd @@ -3,13 +3,13 @@ - + - @@ -17,54 +17,54 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, documents, - software, and related items) referred to as the Business To - Manufacturing Markup Language (B2MML) is provided by the copyright - holders under the following license. + This MESA International work (including specifications, documents, + software, and related items) referred to as the Business To + Manufacturing Markup Language (B2MML) is provided by the copyright + holders under the following license. - Permission to use, copy, modify, or redistribute this Work and its - documentation, with or without modification, for any purpose and - without fee or royalty is hereby granted provided MESA International - is acknowledged as the originator of this Work using the + Permission to use, copy, modify, or redistribute this Work and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted provided MESA International + is acknowledged as the originator of this Work using the following statement: - "The Business To Manufacturing Markup Language (B2MML) is used + "The Business To Manufacturing Markup Language (B2MML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any - third party be liable for any costs, expenses, losses, damages or - injuries incurred by use of the Work or as a result of this + In no event shall MESA International, its members, or any + third party be liable for any costs, expenses, losses, damages or + injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System - Integration Part 4: Objects and Attributes for Manufacturing - Operations Management Integration and the ANSI/ISA-95.00.05-2018 - Enterprise-Control System Integration Part 5: Business to - Manufacturing Transactions. + + Based upon the ANSI/ISA-95.00.04-2018 Enterprise-Control System + Integration Part 4: Objects and Attributes for Manufacturing + Operations Management Integration and the ANSI/ISA-95.00.05-2018 + Enterprise-Control System Integration Part 5: Business to + Manufacturing Transactions. - + Revision History Ver Date Person Note --- ---- ------ ---- - V0600 17 Mar 2013 D. Brandl Initial version with support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Initial version with support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 4 - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - + @@ -103,19 +103,19 @@ - - - + + - - @@ -126,73 +126,73 @@ - - - - + - + - - - + - + type = "IdentifierType" + minOccurs = "0"/> - + minOccurs = "0"/> + - + type = "WorkflowSpecificationNodePropertyType" + minOccurs = "0" maxOccurs = "unbounded"/> - + - - + - - - + + @@ -203,19 +203,19 @@ - - - + + - + minOccurs = "0"/> + @@ -227,124 +227,124 @@ - - - + - - + + - + - - - + - + - - - + - - + type = "IdentifierType" + minOccurs = "0"/> - - + + - - + type = "IdentifierType" + minOccurs = "0"/> - - - + + + - - - - + + - - - - + + - + @@ -352,7 +352,7 @@ @@ -372,7 +372,7 @@ @@ -392,7 +392,7 @@ @@ -412,7 +412,7 @@ @@ -432,7 +432,7 @@ @@ -452,7 +452,7 @@ @@ -472,7 +472,7 @@ @@ -492,7 +492,7 @@ @@ -508,7 +508,7 @@ - + @@ -516,7 +516,7 @@ @@ -536,7 +536,7 @@ @@ -556,7 +556,7 @@ @@ -576,7 +576,7 @@ @@ -596,7 +596,7 @@ @@ -616,7 +616,7 @@ @@ -636,7 +636,7 @@ @@ -656,7 +656,7 @@ @@ -672,7 +672,7 @@ - + @@ -680,7 +680,7 @@ @@ -700,7 +700,7 @@ @@ -720,7 +720,7 @@ @@ -740,7 +740,7 @@ @@ -760,7 +760,7 @@ @@ -780,7 +780,7 @@ @@ -800,7 +800,7 @@ @@ -820,7 +820,7 @@ diff --git a/Schema/BatchML-BatchInformation.xsd b/Schema/BatchML-BatchInformation.xsd index 4bc4b74..fbe50fa 100644 --- a/Schema/BatchML-BatchInformation.xsd +++ b/Schema/BatchML-BatchInformation.xsd @@ -3,13 +3,13 @@ - @@ -17,42 +17,42 @@ - - + + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This MESA International work (including specifications, - documents, software, and related items) referred to as the - Batch Markup Language (BatchML) is provided by the copyright + This MESA International work (including specifications, + documents, software, and related items) referred to as the + Batch Markup Language (BatchML) is provided by the copyright holders under the following license. - Permission to use, copy, modify, or redistribute this Work - and its documentation, with or without modification, for any - purpose and without fee or royalty is hereby granted provided - MESA International is acknowledged as the originator of + Permission to use, copy, modify, or redistribute this Work + and its documentation, with or without modification, for any + purpose and without fee or royalty is hereby granted provided + MESA International is acknowledged as the originator of this Work using the following statement: - "The Batch Markup Language (BatchML) is used courtesy of the + "The Batch Markup Language (BatchML) is used courtesy of the World Batch Forum." In no event shall MESA International Forum, its members, - or any third party be liable for any costs, expenses, losses, - damages or injuries incurred by use of the Work or as a + or any third party be liable for any costs, expenses, losses, + damages or injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ISA-S88.01-1995 Batch Control Part 1: - Models and Terminology Standard and the ANSI/ISA-88.00.02-2001 - Batch Control Part 2: Data Structures and Guidelines for + + Based upon the ISA-S88.01-1995 Batch Control Part 1: + Models and Terminology Standard and the ANSI/ISA-88.00.02-2001 + Batch Control Part 2: Data Structures and Guidelines for Languages Standard - + Revision History Ver Date Person Note --- ---- ------ ---- - V01 7 Apr 2002 D. Emerson Initial release + V01 7 Apr 2002 D. Emerson Initial release V02 23 Sept 2003 D. Emerson Changed namespace and filenames to reflect V02 - Changed complexTypes that contained + Changed complexTypes that contained simpleContent to be simpleTypes with simpleContent by default (removed explicit) simpleContent tags). Types changed: @@ -66,12 +66,12 @@ ParameterType1Type RecipeElementType1Type ToType1Type - Changed use of ##any to indirect reference - through AnyType, to allow parsing using Microsoft + Changed use of ##any to indirect reference + through AnyType, to allow parsing using Microsoft XML toolset Changed DataInterpretation1Type, this was missed in a previous change on 2 Feb 2003. - Changed complexTypes that contained + Changed complexTypes that contained simpleContent to be simpleTypes with simpleContent by default (removed explicit) simpleContent tags). Types changed: @@ -81,22 +81,22 @@ Mode1Type ScaledType Status1Type - Removed no namespace schemas and combined - elements and types into one schema. + Removed no namespace schemas and combined + elements and types into one schema. The single schema has a namespace. V03 17 Apr 2006 D. Emerson Added substitution groups for extensions to follow B2MML extension method. V0500 26 Mar 2011 D. Brandl Converted to B2MML numbering, namespaces, extension name spaces, and renamed multiple elements with "Batch" prefix to eliminate name conflicts - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 - Corrected extension element in the FromIDType + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + Corrected extension element in the FromIDType V0700 21 Dec 2018 D. Brandl Updated Version - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub - - + + @@ -114,13 +114,13 @@ - - - - @@ -141,21 +141,21 @@ - - - - - - - @@ -173,7 +173,7 @@ - + @@ -186,7 +186,7 @@ - @@ -208,19 +208,19 @@ - - - - - - @@ -232,7 +232,7 @@ - @@ -260,11 +260,11 @@ - - - + + - @@ -312,25 +312,25 @@ - - - - - - - - - - @@ -395,9 +395,9 @@ - - @@ -414,9 +414,9 @@ - - @@ -425,13 +425,13 @@ - - + - - @@ -440,24 +440,24 @@ - - + - - - + + - - - - - - + + @@ -495,14 +495,14 @@ - - + - - - @@ -510,19 +510,19 @@ - - + - - - + - - @@ -551,11 +551,11 @@ - - - @@ -570,7 +570,7 @@ - @@ -583,7 +583,7 @@ - @@ -610,23 +610,23 @@ - - - - - - - - - @@ -641,7 +641,7 @@ - + @@ -653,13 +653,13 @@ - - - - @@ -668,15 +668,15 @@ - - - - @@ -710,11 +710,11 @@ - - @@ -725,24 +725,24 @@ - - - - - - - - - @@ -781,13 +781,13 @@ - - - - @@ -815,11 +815,11 @@ - - - @@ -835,18 +835,18 @@ - - - - - - @@ -874,14 +874,14 @@ - - - - @@ -890,24 +890,24 @@ - - - - + - - - @@ -916,30 +916,30 @@ - - - - - - - - - - - - @@ -1029,7 +1029,7 @@ - + @@ -1044,7 +1044,7 @@ - @@ -1070,7 +1070,7 @@ - + @@ -1084,9 +1084,9 @@ - - @@ -1096,12 +1096,12 @@ - - diff --git a/Schema/BatchML-BatchInformationExtensions.xsd b/Schema/BatchML-BatchInformationExtensions.xsd index 3139756..56c3b21 100644 --- a/Schema/BatchML-BatchInformationExtensions.xsd +++ b/Schema/BatchML-BatchInformationExtensions.xsd @@ -20,7 +20,7 @@ Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org This MESA International work (including specifications, documents, software, and related items) referred to as the Business To @@ -56,7 +56,7 @@ substitution groups in the other schemas. V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub diff --git a/Schema/BatchML-BatchProductionRecord.xsd b/Schema/BatchML-BatchProductionRecord.xsd index 16ab8ea..db6e2eb 100644 --- a/Schema/BatchML-BatchProductionRecord.xsd +++ b/Schema/BatchML-BatchProductionRecord.xsd @@ -33,7 +33,7 @@ Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org This MESA International work (including specifications, documents, software, and related items) referred to as the Business To @@ -67,7 +67,7 @@ V0500 June 2010 D. Brandl Initial version V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version - 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub + 29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub @@ -94,7 +94,7 @@ - + @@ -107,29 +107,29 @@ - + - - - - - + + + + + - - - - - - - - - - - - - + type = "IdentifierType" minOccurs="0"/> + + + + + + + + + + + + + - + @@ -238,8 +238,8 @@ - - + + @@ -341,7 +341,7 @@ - + diff --git a/Schema/BatchML-GeneralRecipe.xsd b/Schema/BatchML-GeneralRecipe.xsd index 2f30875..a0872d1 100644 --- a/Schema/BatchML-GeneralRecipe.xsd +++ b/Schema/BatchML-GeneralRecipe.xsd @@ -17,57 +17,57 @@ - + Copyright 2019 MESA International, Version 0700 - All Rights Reserved. http://www.mesa.org + All Rights Reserved. http://www.mesa.org - This World Batch Work (including specifications, - documents, software, and related items) referred to as the - Batch Markup Language (BatchML) is provided by the copyright + This World Batch Work (including specifications, + documents, software, and related items) referred to as the + Batch Markup Language (BatchML) is provided by the copyright holders under the following license. - Permission to use, copy, modify, or redistribute this Work - and its documentation, with or without modification, for any - purpose and without fee or royalty is hereby granted provided - MESA International is acknowledged as the originator of + Permission to use, copy, modify, or redistribute this Work + and its documentation, with or without modification, for any + purpose and without fee or royalty is hereby granted provided + MESA International is acknowledged as the originator of this Work using the following statement: "The Batch Markup Language (BatchML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any third party be - liable for any costs, expenses, losses, damages or injuries incurred + In no event shall MESA International, its members, or any third party be + liable for any costs, expenses, losses, damages or injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ISA-S88.03-2003 Batch Control Part 3: General and - Site Recipe Models and Representation. + + Based upon the ISA-S88.03-2003 Batch Control Part 3: General and + Site Recipe Models and Representation. - + Revision History Ver Date Person Note --- ---- ------ ---- V0500 26 Mar 2011 D. Brandl Initial version - V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 + V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4 V0700 21 Dec 2018 D. Brandl Updated Version - Changed all intermediate date and time types to DatTimeType - 29 Mar 2019 D. Brandl All future comments to be recorded in GitHub + Changed all intermediate date and time types to DatTimeType + 29 Mar 2019 D. Brandl All future comments to be recorded in GitHub - + - + @@ -115,9 +115,9 @@ minOccurs = "0"/> - - @@ -136,9 +136,9 @@ minOccurs = "0"/> - - @@ -148,22 +148,22 @@ - + - - - - - @@ -173,12 +173,12 @@ - - + minOccurs = "0"/> - + minOccurs = "0"/> + minOccurs = "0" maxOccurs = "unbounded"/> + minOccurs = "0" maxOccurs = "unbounded"/> - + @@ -236,12 +236,12 @@ minOccurs = "0"/> - + minOccurs = "0"/> - + @@ -249,7 +249,7 @@ - @@ -264,13 +264,13 @@ - - - @@ -281,18 +281,18 @@ - - - + @@ -308,14 +308,14 @@ - + - - - @@ -323,16 +323,16 @@ - - - - + - - @@ -342,9 +342,9 @@ - - @@ -354,13 +354,13 @@ - - - - @@ -391,9 +391,9 @@ - - @@ -422,12 +422,12 @@ - + - + @@ -435,7 +435,7 @@ - + @@ -448,7 +448,7 @@ - + @@ -456,21 +456,21 @@ - + - + - + - + @@ -478,7 +478,7 @@ - + @@ -492,7 +492,7 @@ - + @@ -500,7 +500,7 @@ - + @@ -517,7 +517,7 @@ - + @@ -525,7 +525,7 @@ - + @@ -537,7 +537,7 @@ - + @@ -545,22 +545,22 @@ - + - - - - - + + + + + - + @@ -568,19 +568,19 @@ - + - - - - - - + + + + + + @@ -588,7 +588,7 @@ - + @@ -596,7 +596,7 @@ - + @@ -604,7 +604,7 @@ - + @@ -612,7 +612,7 @@ @@ -632,7 +632,7 @@ @@ -652,7 +652,7 @@ @@ -672,7 +672,7 @@ @@ -692,7 +692,7 @@ @@ -713,7 +713,7 @@ @@ -734,7 +734,7 @@ @@ -755,7 +755,7 @@ @@ -772,7 +772,7 @@ - + @@ -780,7 +780,7 @@ @@ -800,7 +800,7 @@ @@ -820,7 +820,7 @@ @@ -840,7 +840,7 @@ @@ -860,7 +860,7 @@ @@ -881,7 +881,7 @@ @@ -902,7 +902,7 @@ @@ -923,7 +923,7 @@ @@ -940,7 +940,7 @@ - + @@ -948,7 +948,7 @@ @@ -968,7 +968,7 @@ @@ -988,7 +988,7 @@ @@ -1008,7 +1008,7 @@ @@ -1028,7 +1028,7 @@ @@ -1049,7 +1049,7 @@ @@ -1070,7 +1070,7 @@ @@ -1091,7 +1091,7 @@ diff --git a/Schema/BatchML-GeneralRecipeExtensions.xsd b/Schema/BatchML-GeneralRecipeExtensions.xsd index 7b2223b..9228ce6 100644 --- a/Schema/BatchML-GeneralRecipeExtensions.xsd +++ b/Schema/BatchML-GeneralRecipeExtensions.xsd @@ -1,51 +1,51 @@ - - + schemaLocation = "B2MML-Common.xsd"/> - + Copyright 2018 MESA International, Version 0700 All Rights Reserved. http://www.mesa.org - This World Batch Work (including specifications, - documents, software, and related items) referred to as the - Batch Markup Language (BatchML) is provided by the copyright + This World Batch Work (including specifications, + documents, software, and related items) referred to as the + Batch Markup Language (BatchML) is provided by the copyright holders under the following license. - Permission to use, copy, modify, or redistribute this Work - and its documentation, with or without modification, for any - purpose and without fee or royalty is hereby granted provided - MESA International is acknowledged as the originator of + Permission to use, copy, modify, or redistribute this Work + and its documentation, with or without modification, for any + purpose and without fee or royalty is hereby granted provided + MESA International is acknowledged as the originator of this Work using the following statement: "The Batch Markup Language (BatchML) is used courtesy of MESA International." - In no event shall MESA International, its members, or any third party be - liable for any costs, expenses, losses, damages or injuries incurred + In no event shall MESA International, its members, or any third party be + liable for any costs, expenses, losses, damages or injuries incurred by use of the Work or as a result of this agreement. - - Based upon the ISA-S88.03-2003 Batch Control Part 3: General and - Site Recipe Models and Representation. + + Based upon the ISA-S88.03-2003 Batch Control Part 3: General and + Site Recipe Models and Representation. - - + + Revision History Ver Date Person Note --- ---- ------ ---- @@ -57,20 +57,20 @@ - @@ -190,5 +190,5 @@ of elements when used in an XML document. - +