Skip to content

Commit

Permalink
convert CommonExtensions to All extensions
Browse files Browse the repository at this point in the history
Add new schema to AllSchemas
Update the list of schemas in InformationObject (this is still broken)
  • Loading branch information
Terry Rankine committed Mar 16, 2020
1 parent 58ad2a8 commit b9bd974
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 32 deletions.
8 changes: 6 additions & 2 deletions Schema/AllSchemas.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,18 @@
<xsd:include schemaLocation ="B2MML-Common.xsd"/>
<xsd:include schemaLocation ="B2MML-ConfirmBOD.xsd"/>
<xsd:include schemaLocation ="B2MML-Equipment.xsd"/>
<xsd:include schemaLocation ="B2MML-PhysicalAsset.xsd"/>
<xsd:include schemaLocation ="B2MML-InformationObject.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator
<xsd:include schemaLocation ="B2MML-Material.xsd"/>
<xsd:include schemaLocation ="B2MML-Personnel.xsd"/>
<xsd:include schemaLocation ="B2MML-PhysicalAsset.xsd"/>
<xsd:include schemaLocation ="B2MML-ProcessSegment.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsDefinition.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationalLocation.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator
<xsd:include schemaLocation ="B2MML-OperationsCapability.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsDefinition.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsEvent.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator
<xsd:include schemaLocation ="B2MML-OperationsPerformance.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsSchedule.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsPerformanceTypes.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator
<xsd:include schemaLocation ="B2MML-ResourceRelationshipNetwork.xsd"/>
<xsd:include schemaLocation ="B2MML-TransactionProfile.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkAlert.xsd"/>
Expand Down
2 changes: 1 addition & 1 deletion Schema/B2MML-Common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xsd:include schemaLocation="B2MML-InformationObject.xsd"/>
<!-- Import the Common Extension Schema -->
<xsd:import namespace="http://www.mesa.org/xml/B2MML-AllExtensions"
schemaLocation="B2MML-CommonExtensions.xsd"/>
schemaLocation="B2MML-AllExtensions.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator
<xsd:annotation>
<xsd:documentation>

Expand Down
3 changes: 2 additions & 1 deletion Schema/B2MML-Extensions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<!-- This also brings in the Core Components under the 'b2mml' name space -->
<xsd:import namespace = "http://www.mesa.org/xml/B2MML"
schemaLocation = "B2MML-Common.xsd"/>
<xsd:include schemaLocation="B2MML-CommonExtensions.xsd"/>

<xsd:include schemaLocation="B2MML-AllExtensions.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator
<xsd:annotation>
<xsd:documentation>

Expand Down
52 changes: 27 additions & 25 deletions Schema/B2MML-InformationObject.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -55,31 +55,33 @@
</xsd:documentation>
</xsd:annotation>

<xsd:include schemaLocation = "B2MML-Common.xsd"/>
<xsd:include schemaLocation = "B2MML-Equipment.xsd"/>
<xsd:include schemaLocation = "B2MML-Material.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationalLocation.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsCapability.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsDefinition.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsEvent.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsPerformance.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsSchedule.xsd"/>
<xsd:include schemaLocation = "B2MML-OperationsTest.xsd"/>
<xsd:include schemaLocation = "B2MML-Personnel.xsd"/>
<xsd:include schemaLocation = "B2MML-PhysicalAsset.xsd"/>
<xsd:include schemaLocation = "B2MML-ProcessSegment.xsd"/>
<xsd:include schemaLocation = "B2MML-ResourceRelationshipNetwork.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkAlert.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkCalendar.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkDefinition.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkCapability.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkflowSpecification.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkPerformance.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkRecord.xsd"/>
<xsd:include schemaLocation = "B2MML-WorkSchedule.xsd"/>
<xsd:include schemaLocation = "BatchML-BatchInformation.xsd"/>
<xsd:include schemaLocation = "BatchML-GeneralRecipe.xsd"/>
<xsd:include schemaLocation = "BatchML-BatchProductionRecord.xsd"/>
<xsd:include schemaLocation ="B2MML-CoreComponents.xsd"/>
<xsd:include schemaLocation ="B2MML-Common.xsd"/>
<xsd:include schemaLocation ="B2MML-ConfirmBOD.xsd"/>
<xsd:include schemaLocation ="B2MML-Equipment.xsd"/>
<xsd:include schemaLocation ="B2MML-Material.xsd"/>
<xsd:include schemaLocation ="B2MML-Personnel.xsd"/>
<xsd:include schemaLocation ="B2MML-PhysicalAsset.xsd"/>
<xsd:include schemaLocation ="B2MML-ProcessSegment.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationalLocation.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsCapability.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsDefinition.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsEvent.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsPerformance.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsSchedule.xsd"/>
<xsd:include schemaLocation ="B2MML-OperationsPerformanceTypes.xsd"/>
<xsd:include schemaLocation ="B2MML-ResourceRelationshipNetwork.xsd"/>
<xsd:include schemaLocation ="B2MML-TransactionProfile.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkAlert.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkCalendar.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkCapability.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkCapability.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkflowSpecification.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkRecord.xsd"/>
<xsd:include schemaLocation ="B2MML-WorkSchedule.xsd"/>
<xsd:include schemaLocation ="BatchML-BatchInformation.xsd"/>
<xsd:include schemaLocation ="BatchML-GeneralRecipe.xsd"/>
<xsd:include schemaLocation ="BatchML-BatchProductionRecord.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator

#68


<xsd:import namespace="http://www.mesa.org/xml/B2MML-AllExtensions"
schemaLocation="B2MML-AllExtensions.xsd"/>
Expand Down
3 changes: 2 additions & 1 deletion Schema/BatchML-BatchInformationExtensions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<xsd:import
namespace = "http://www.mesa.org/xml/B2MML"
schemaLocation = "B2MML-Common.xsd"/>
<xsd:include schemaLocation="B2MML-CommonExtensions.xsd"/>

<xsd:include schemaLocation="B2MML-AllExtensions.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator

<xsd:annotation>
<xsd:documentation>
Expand Down
2 changes: 1 addition & 1 deletion Schema/BatchML-BatchProductionRecordExtensions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace = "http://www.mesa.org/xml/B2MML"
schemaLocation = "B2MML-Common.xsd"/>

<xsd:include schemaLocation="B2MML-CommonExtensions.xsd"/>
<xsd:include schemaLocation="B2MML-AllExtensions.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator


<xsd:annotation>
Expand Down
2 changes: 1 addition & 1 deletion Schema/BatchML-GeneralRecipeExtensions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace = "http://www.mesa.org/xml/B2MML"
schemaLocation = "B2MML-Common.xsd"/>

<xsd:include schemaLocation="B2MML-CommonExtensions.xsd"/>
<xsd:include schemaLocation="B2MML-AllExtensions.xsd"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Mar 16, 2020

Collaborator

<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit b9bd974

Please sign in to comment.