summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schemas/clients.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index f1a3ec27e..8e45ab191 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -12,7 +12,7 @@
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='xsd:string' name='profile' use='required'/>
<xsd:attribute type='xsd:string' name='pingable' use='required'/>
- <xsd:attribute type='xsd:string' name='pingtime' use='required'/>
+ <xsd:attribute type='xsd:string' name='pingtime'/>
</xsd:complexType>
<xsd:element name='Clients'>