summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-09-14 18:20:43 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-09-14 18:20:43 +0000
commite69fa9336ad5842370b40885135ec7f7cf980745 (patch)
treeb76f34162d18e725c229fc1a4613701dce3bbfdc /schemas/pkglist.xsd
parent906bfdd20c00baeeda65f4e26ca2bda1f853373f (diff)
downloadbcfg2-e69fa9336ad5842370b40885135ec7f7cf980745.tar.gz
bcfg2-e69fa9336ad5842370b40885135ec7f7cf980745.tar.bz2
bcfg2-e69fa9336ad5842370b40885135ec7f7cf980745.zip
add type attribute to location elements.
(Logical change 1.312) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1271 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 49de1dbb0..31fa9959d 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -21,6 +21,7 @@
<xsd:element name='Package' type='PackageType'/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='uri' use='required'/>
+ <xsd:attribute type='xsd:string' name='type' use='required'/>
</xsd:complexType>
<xsd:element name='PackageList'>