summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-16 03:56:54 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-16 03:56:54 +0000
commit0438a142c89095f4619a2e035858280ef5b447e7 (patch)
treedc1484a5d61ccf858f34df5fec56f91e478aecac /schemas/bundle.xsd
parente7124b39a3145bd64c7af4b43c66d97cb1d040dc (diff)
downloadbcfg2-0438a142c89095f4619a2e035858280ef5b447e7.tar.gz
bcfg2-0438a142c89095f4619a2e035858280ef5b447e7.tar.bz2
bcfg2-0438a142c89095f4619a2e035858280ef5b447e7.zip
Add origin and revision information to bundles
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2677 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 55d6bc9b9..1890108c8 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -38,6 +38,8 @@
</xsd:choice>
<xsd:attribute type='xsd:string' name='name'/>
<xsd:attribute type='xsd:string' name='version'/>
+ <xsd:attribute type='xsd:string' name='origin'/>
+ <xsd:attribute type='xsd:string' name='revision'/>
</xsd:complexType>
</xsd:element>
</xsd:schema> \ No newline at end of file