summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-10-08 23:35:45 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-10-08 23:35:45 +0000
commit83fa6d0476521a0a68aef80a5aeb195e9651c9cb (patch)
treef1a66c09a1a3efba4953774ced31f8310ef0ec5b /schemas/pkglist.xsd
parenta6aa3d77fc0ae250940ff0b34415e2b120b6ea98 (diff)
downloadbcfg2-83fa6d0476521a0a68aef80a5aeb195e9651c9cb.tar.gz
bcfg2-83fa6d0476521a0a68aef80a5aeb195e9651c9cb.tar.bz2
bcfg2-83fa6d0476521a0a68aef80a5aeb195e9651c9cb.zip
* Add the type attribute for packages
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2410 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 a0bc79af8..13d70646a 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -19,6 +19,7 @@
<xsd:attribute type='xsd:string' name='reloc'/>
<xsd:attribute type='xsd:string' name='multiarch'/>
<xsd:attribute type='xsd:string' name='srcs'/>
+ <xsd:attribute type='xsd:string' name='type'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>