summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/clients.xsd')
-rw-r--r--schemas/clients.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index ba2618933..26da2483f 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -28,6 +28,11 @@
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Client' type='ClientType'/>
+ <xsd:element name='Clients'>
+ <xsd:choice>
+ <xsd:element name='Client' type='ClientType'/>
+ </xsd:choice>
+ </xsd:element>
</xsd:choice>
<xsd:attribute name='version' type='xsd:string'/>
</xsd:complexType>