summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-11-30 22:37:07 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-11-30 22:37:07 +0000
commit0a755f8c94409e37bd3db13042ce546809dba925 (patch)
tree1ffdcd35ede9409d636ae93b21192c067d847c4e /schemas/atom.xsd
parent9491e7633b44722680e6a7e2e1c09b59bbcbf041 (diff)
downloadbcfg2-0a755f8c94409e37bd3db13042ce546809dba925.tar.gz
bcfg2-0a755f8c94409e37bd3db13042ce546809dba925.tar.bz2
bcfg2-0a755f8c94409e37bd3db13042ce546809dba925.zip
fix package validation with reloc
(Logical change 1.376) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1581 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r--schemas/atom.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index 444fcc61b..55be1c393 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -20,6 +20,7 @@
<xsd:complexType name='PackageType'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='reloc' use='optional'/>
</xsd:complexType>
<xsd:complexType name='ServiceType'>