Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
#384 - fixed members
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Mar 20, 2019
1 parent d50129a commit 492429e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions xml/pmo/catalog/simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ SOFTWARE.
<link rel="jira" href="https://jira.example.com"/>
</links>
<title>PROJ</title>
<architect>yegor256</architect>
<members>
<member>first</member>
<member>second</member>
<member>third</member>
</members>
<jobs>0</jobs>
<orders>0</orders>
<cash deficit="false">$0</cash>
<languages>none</languages>
</project>
<project id="PMO">
<created>2016-12-29T09:03:21.684Z</created>
Expand Down
2 changes: 1 addition & 1 deletion xsd/pmo/catalog.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SOFTWARE.
<xs:element name="members">
<xs:complexType>
<xs:sequence>
<xs:element name="member" type="login" minOccurs="0"/>
<xs:element name="member" type="login" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit 492429e

Please sign in to comment.