summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-03-23 02:28:06 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-03-23 02:28:06 +0000
commitf7421a97956a1e3894ebbc8434b18f15ecebf056 (patch)
tree539850dc5cf759ee781c5ce44cd2fdfa35246c4f /schemas/pkglist.xsd
parent2f2396a24d5771f49a186494df661034dd87d473 (diff)
downloadbcfg2-f7421a97956a1e3894ebbc8434b18f15ecebf056.tar.gz
bcfg2-f7421a97956a1e3894ebbc8434b18f15ecebf056.tar.bz2
bcfg2-f7421a97956a1e3894ebbc8434b18f15ecebf056.zip
schema updates
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5138 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 b92764751..dd1ac4f11 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -25,6 +25,7 @@
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Group' type='PackageContainerType'/>
+ <xsd:element name='Package' type='PackageType'/>
</xsd:choice>
<xsd:attribute name='priority' type='xsd:integer' use='required'/>
<xsd:attribute name='type' use='optional' type='PackageTypeEnum' />