Skip to content

Commit

Permalink
fixed all syntax errors - missing >'s
Browse files Browse the repository at this point in the history
basic formatting
Trim whitespace

Now to chase the references.
  • Loading branch information
Terry Rankine committed Jan 15, 2020
1 parent 662e3eb commit 9b4f580
Show file tree
Hide file tree
Showing 30 changed files with 2,750 additions and 2,751 deletions.
78 changes: 39 additions & 39 deletions Schema/AllSchemas.xsd
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
targetNamespace = "http://www.mesa.org/xml/B2MML"
xmlns = "http://www.mesa.org/xml/B2MML"
xmlns:Extended = "http://www.mesa.org/xml/B2MML-AllExtensions"
elementFormDefault = "qualified"
attributeFormDefault = "unqualified">
<xsd:annotation>
<xsd:schema
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
targetNamespace = "http://www.mesa.org/xml/B2MML"
xmlns = "http://www.mesa.org/xml/B2MML"
xmlns:Extended = "http://www.mesa.org/xml/B2MML-AllExtensions"

elementFormDefault = "qualified"
attributeFormDefault = "unqualified">
<xsd:annotation>
<xsd:documentation>
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.
</xsd:documentation>

<xsd:documentation>
<xsd:documentation>

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

</xsd:documentation>
</xsd:annotation>

<xsd:include schemaLocation ="B2MML-CoreComponents.xsd"/>
<xsd:include schemaLocation ="B2MML-Common.xsd"/>
<xsd:include schemaLocation ="B2MML-ConfirmBOD.xsd"/>
Expand All @@ -78,7 +78,7 @@
<xsd:include schemaLocation ="BatchML-BatchInformation.xsd"/>
<xsd:include schemaLocation ="BatchML-GeneralRecipe.xsd"/>
<xsd:include schemaLocation ="BatchML-BatchProductionRecord.xsd"/>
<xsd:import namespace="http://www.mesa.org/xml/B2MML-AllExtensions"
schemaLocation="B2MML-AllExtensions.xsd"/>

<xsd:import namespace="http://www.mesa.org/xml/B2MML-AllExtensions"
schemaLocation="B2MML-AllExtensions.xsd"/>
</xsd:schema>
Loading

1 comment on commit 9b4f580

@CharlieG021163
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#94

Please sign in to comment.