summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schemas/clients.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index 7ff3471ad..da311661f 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -20,6 +20,10 @@
<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='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='address'/>
</xsd:complexType>