summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-01-23 09:03:01 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-05-14 11:18:28 -0500
commit6b258105c92a645758938ea4eb74522d7177aeb3 (patch)
treeaa05b522dfa464c090ce034f1c5b1eb4a89cce19
parent97b821ff05a5c1942b4ff9b813a9167987682008 (diff)
downloadbcfg2-6b258105c92a645758938ea4eb74522d7177aeb3.tar.gz
bcfg2-6b258105c92a645758938ea4eb74522d7177aeb3.tar.bz2
bcfg2-6b258105c92a645758938ea4eb74522d7177aeb3.zip
schema: Add support for verify attribute (Resolves Ticket #883)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit f8bf243227b24d4ba6f83b6ab3991877d17af142)
-rw-r--r--schemas/atom.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index 94d70fed7..e25262b45 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -9,7 +9,8 @@
<xsd:complexType name='StructureEntry'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
- <xsd:attribute type='xsd:string' name='altsrc' />
+ <xsd:attribute type='xsd:string' name='altsrc'/>
+ <xsd:attribute type='xsd:string' name='verify' use='optional'/>
</xsd:complexType>
</xsd:schema>