Skip to content

Commit

Permalink
Update schema to allow multiple tags (SOFTWARE-4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Dec 1, 2021
1 parent ce38dbb commit b62470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rgsummary.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<xsd:element name="Tags">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="Tag" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="unbounded" name="Tag" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Expand Down

0 comments on commit b62470b

Please sign in to comment.