summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-05-05 18:57:42 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-05-05 18:57:42 +0000
commitdb97e7cbfa898cf58e6e67def6e4921b114004e0 (patch)
tree1d72522e2cf4216c588206bd94057b478f5cc871 /schemas/clients.xsd
parent864d5b69d4ca864c23279cac9ecca1739b69fc20 (diff)
downloadbcfg2-db97e7cbfa898cf58e6e67def6e4921b114004e0.tar.gz
bcfg2-db97e7cbfa898cf58e6e67def6e4921b114004e0.tar.bz2
bcfg2-db97e7cbfa898cf58e6e67def6e4921b114004e0.zip
Make pingable attr optional (Resolves Ticket #432)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3100 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/clients.xsd')
-rw-r--r--schemas/clients.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index da311661f..1dfaf73d9 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -19,7 +19,7 @@
</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' use='required'/>
+ <xsd:attribute type='xsd:string' name='pingable'/>
<xsd:attribute type='xsd:string' name='uuid'/>
<xsd:attribute type='xsd:string' name='password'/>
<xsd:attribute type='xsd:string' name='location'/>