Skip to content

Commit

Permalink
#92 In support of updated WorkAlert.xsd, Extensions.xsd, ADD: <xsd:gr…
Browse files Browse the repository at this point in the history
…oup name = "WorkAlertDefinitionProperty">
  • Loading branch information
CharlieG021163 committed Jan 29, 2020
1 parent 4db4915 commit 26e96d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Schema/B2MML-Extensions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,12 @@ of elements when used in an XML document.
</xsd:sequence>
</xsd:group>

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

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Jan 29, 2020

Author Collaborator

#60 Related to #92

<xsd:group name = "WorkAlertProperty">
<xsd:sequence>
<!-- add extended elements here -->
Expand Down
2 changes: 1 addition & 1 deletion Schema/B2MML-WorkAlert.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<xsd:element name = "WorkAlertDefinitionPropertyChild"
type = "WorkAlertPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkAlertProperty"
<xsd:group ref = "Extended:WorkAlertDefinitionProperty"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Jan 29, 2020

Author Collaborator

#60 Related to #92

minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
</xsd:complexType>
Expand Down

0 comments on commit 26e96d4

Please sign in to comment.