summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-06-26 19:03:40 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-06-26 19:03:40 +0000
commit95a341711ac172671bf4d4d5ada0a5162fad0eeb (patch)
tree27f26cfc3e7a3f0d9a74d448a9b8001a87d806b7 /schemas/clients.xsd
parent97693f4aeb39f690936b6acdd75b17f064072e7d (diff)
downloadbcfg2-95a341711ac172671bf4d4d5ada0a5162fad0eeb.tar.gz
bcfg2-95a341711ac172671bf4d4d5ada0a5162fad0eeb.tar.bz2
bcfg2-95a341711ac172671bf4d4d5ada0a5162fad0eeb.zip
Make pingtime optional, since the reporting system doesn't actually use it.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1896 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 f1a3ec27e..8e45ab191 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -12,7 +12,7 @@
<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='pingtime' use='required'/>
+ <xsd:attribute type='xsd:string' name='pingtime'/>
</xsd:complexType>
<xsd:element name='Clients'>