Skip to content
This repository was archived by the owner on Mar 31, 2019. It is now read-only.

Commit b159eec

Browse files
author
Andrew Branson
committed
Allow agents to be defined with no role - they will get put in the base
role by default.
1 parent fabf3d2 commit b159eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/boot/OD/Module.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<xs:element name="Agent" minOccurs="0" maxOccurs="unbounded">
201201
<xs:complexType>
202202
<xs:sequence>
203-
<xs:element name="Role" type="xs:string" maxOccurs="unbounded" />
203+
<xs:element name="Role" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
204204
<xs:element name="Property" type="property"
205205
minOccurs="0" maxOccurs="unbounded" />
206206
</xs:sequence>

0 commit comments

Comments
 (0)