summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-08-27 22:19:22 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-08-27 22:19:22 +0000
commita0d2a64e9620000f11f3164b8c5e8a01a151df72 (patch)
treee39be73c30bf90f3d042b0c2fcb0a60924cbafbe /schemas/clients.xsd
parentb1cb80172f674e694d04ff9f85dbafda83f10629 (diff)
downloadbcfg2-a0d2a64e9620000f11f3164b8c5e8a01a151df72.tar.gz
bcfg2-a0d2a64e9620000f11f3164b8c5e8a01a151df72.tar.bz2
bcfg2-a0d2a64e9620000f11f3164b8c5e8a01a151df72.zip
Add address attribute to client schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2124 ce84e21b-d406-0410-9b95-82705330c041
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'>