summaryrefslogtreecommitdiffstats
path: root/schemas/fileprobes.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-05-18 10:44:29 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-05-18 10:44:29 -0400
commit834c2fb89af7f9cb6c626090caac7fe6903e88e8 (patch)
treebd24beec3fea3d5297a898a7194696b3ad513c8b /schemas/fileprobes.xsd
parent9734a55acd022c782bf8c3f511d9df00f6171a72 (diff)
downloadbcfg2-834c2fb89af7f9cb6c626090caac7fe6903e88e8.tar.gz
bcfg2-834c2fb89af7f9cb6c626090caac7fe6903e88e8.tar.bz2
bcfg2-834c2fb89af7f9cb6c626090caac7fe6903e88e8.zip
Fixed fileprobes schema
Diffstat (limited to 'schemas/fileprobes.xsd')
-rw-r--r--schemas/fileprobes.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/fileprobes.xsd b/schemas/fileprobes.xsd
index 112047836..e10dc51dd 100644
--- a/schemas/fileprobes.xsd
+++ b/schemas/fileprobes.xsd
@@ -18,7 +18,7 @@
<xsd:complexType name="FileProbeType">
<xsd:attribute type="xsd:string" name="name" use="required"/>
- <xsd:attribute type="xsd:string" name="base64"/>
+ <xsd:attribute type="xsd:string" name="encoding"/>
<xsd:attribute type="xsd:string" name="update"/>
</xsd:complexType>