summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-02-15 04:18:19 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-02-15 04:18:19 +0000
commitca02a848a7a7eced74f7d15ca14f7e0a081ea5e2 (patch)
tree4821462964c626e3d987dab373e31ac4216e12e5 /schemas/pkglist.xsd
parent1ba7fae6179a4f08af33a4a1fcf9d17461526ebb (diff)
downloadbcfg2-ca02a848a7a7eced74f7d15ca14f7e0a081ea5e2.tar.gz
bcfg2-ca02a848a7a7eced74f7d15ca14f7e0a081ea5e2.tar.bz2
bcfg2-ca02a848a7a7eced74f7d15ca14f7e0a081ea5e2.zip
Add bname to package entries
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2812 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r--schemas/pkglist.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd
index 65c5435d0..e92e637a6 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -20,6 +20,7 @@
<xsd:attribute type='xsd:string' name='multiarch'/>
<xsd:attribute type='xsd:string' name='srcs'/>
<xsd:attribute type='xsd:string' name='type'/>
+ <xsd:attribute type='xsd:string' name='bname'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>