summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/clients.xsd')
-rw-r--r--schemas/clients.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index 1dfaf73d9..d7701f837 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -19,12 +19,12 @@
</xsd:choice>
<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'/>
+ <xsd:attribute type='xsd:string' name='pingable' use='optional'/>
<xsd:attribute type='xsd:string' name='uuid'/>
<xsd:attribute type='xsd:string' name='password'/>
<xsd:attribute type='xsd:string' name='location'/>
<xsd:attribute type='xsd:string' name='secure'/>
- <xsd:attribute type='xsd:string' name='pingtime'/>
+ <xsd:attribute type='xsd:string' name='pingtime' use='optional'/>
<xsd:attribute type='xsd:string' name='address'/>
</xsd:complexType>