summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/clients.xsd')
-rw-r--r--schemas/clients.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index 4ea533847..ba2618933 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -13,6 +13,7 @@
<xsd:element name='Alias'>
<xsd:complexType>
<xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='address'/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
@@ -20,6 +21,7 @@
<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'/>
+ <xsd:attribute type='xsd:string' name='address'/>
</xsd:complexType>
<xsd:element name='Clients'>