Skip to content

Commit

Permalink
#106 Extension.xsd
Browse files Browse the repository at this point in the history
ADD WorkRecordEntry and WorkRecordSpecification
  • Loading branch information
CharlieG021163 committed Apr 13, 2020
1 parent 023f898 commit a966f09
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Schema/B2MML-Extensions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,18 @@ of elements when used in an XML document.
</xsd:sequence>
</xsd:group>


<xsd:group name = "WorkRecordEntry">
<xsd:sequence>
<!-- add extended elements here -->
</xsd:sequence>
</xsd:group>

<xsd:group name = "WorkRecordSpecification">
<xsd:sequence>
<!-- add extended elements here -->
</xsd:sequence>
</xsd:group>

<!-- B2MML extension groups for WorkSchedule and JobList schemas -->

<xsd:group name = "WorkSchedule">
Expand Down

0 comments on commit a966f09

Please sign in to comment.