Skip to content

Commit

Permalink
#106 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieG021163 committed Apr 13, 2020
1 parent 3fa1599 commit 980c325
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions Schema/B2MML-MasterDataProfile.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<xsd:include schemaLocation ="B2MML-WorkflowSpecification.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkPerformance.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkSchedule.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkRecord.xsd"/>
<xsd:include schemaLocation ="BatchML-BatchInformation.xsd"/>
<xsd:include schemaLocation ="BatchML-GeneralRecipe.xsd"/>
<xsd:include schemaLocation ="BatchML-BatchProductionRecord.xsd"/>
Expand Down
19 changes: 10 additions & 9 deletions Schema/B2MML-WorkRecord.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
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">

Expand All @@ -14,15 +15,15 @@

<!-- Include the BatchML and B2MML schemas -->

<xsd:include schemaLocation = "BatchML-BatchProductionRecord.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsDefinition.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsPerformance.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsSchedule.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkAlert.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkCalendar.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkDefinition.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkPerformance.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkSchedule.xsd"/>
<xsd:include schemaLocation = "BatchML-BatchProductionRecord.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsDefinition.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsPerformance.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsSchedule.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkAlert.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkCalendar.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkDefinition.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkPerformance.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkSchedule.xsd"/>

<!-- Include the Common schema -->

Expand Down

0 comments on commit 980c325

Please sign in to comment.