Skip to content

Commit

Permalink
Update B2MML-WorkAlert.xsd
Browse files Browse the repository at this point in the history
ERDi, MESA: complexType name = "WorkAlertDefinitionType">
CHANGE: #92 <xsd:element name = "Property" type = "WorkAlertPropertyType"  minOccurs = "0" maxOccurs = "unbounded"/>
TO: <xsd:element name = "WorkAlertDefinitionProperty" type = "WorkAlertPropertyType"  minOccurs = "0" maxOccurs = "unbounded"/>

ERDi, MESA: complexType name = "WorkAlertType">
CHANGE: #92 <xsd:element name = "Property" type = "WorkAlertPropertyType"  minOccurs = "0" maxOccurs = "unbounded"/>
TO: <xsd:element name = "WorkAlertProperty" type = "WorkAlertPropertyType"  minOccurs = "0" maxOccurs = "unbounded"/>
  • Loading branch information
CharlieG021163 authored Dec 9, 2019
1 parent d7cad88 commit 6d244bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Schema/B2MML-WorkAlert.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Category" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Property" type = "WorkAlertPropertyType"
<xsd:element name = "WorkAlertDefinitionProperty"
type = "WorkAlertDefinitionPropertyType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Dec 9, 2019

Author Collaborator

#92

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkAlertDefinition"
minOccurs = "0" maxOccurs = "1"/>
Expand Down Expand Up @@ -166,7 +167,7 @@
minOccurs = "0"/>
<xsd:element name = "Category" type = "IdentifierType"
minOccurs = "0"/>
<xsd:element name = "Property" type = "WorkAlertPropertyType"
<xsd:element name = "WorkAlertProperty" type = "WorkAlertPropertyType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Dec 9, 2019

Author Collaborator

#92

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkAlert"
minOccurs = "0" maxOccurs = "1"/>
Expand All @@ -182,7 +183,7 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkAlertDefinitionPropertyID"
type = "IdentifierType"
minOccurs = "0" maxOccurs = "1"/>
minOccurs = "0"/>
<xsd:element name = "WorkAlertPropertyChid' type = "WorkAlertPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkAlertProperty"
Expand Down

0 comments on commit 6d244bb

Please sign in to comment.