summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-06-30 20:26:24 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-06-30 20:26:24 +0000
commit200a577626f891a6f2ca155d51f66914436a122f (patch)
treef5d747c868eb587d09ae73d78cf8832e4b11fe5b /schemas/pkglist.xsd
parentdae5ede5f40b3600f28cacab25414e954034b209 (diff)
downloadbcfg2-200a577626f891a6f2ca155d51f66914436a122f.tar.gz
bcfg2-200a577626f891a6f2ca155d51f66914436a122f.tar.bz2
bcfg2-200a577626f891a6f2ca155d51f66914436a122f.zip
Implement multiarch support (resolves Ticket #52)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1908 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r--schemas/pkglist.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd
index bd73e8095..a0bc79af8 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -17,6 +17,8 @@
<xsd:attribute type='xsd:string' name='verify'/>
<xsd:attribute type='xsd:string' name='simplefile'/>
<xsd:attribute type='xsd:string' name='reloc'/>
+ <xsd:attribute type='xsd:string' name='multiarch'/>
+ <xsd:attribute type='xsd:string' name='srcs'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>
@@ -36,6 +38,8 @@
<xsd:attribute name='priority' type='xsd:integer' use='required'/>
<xsd:attribute name='type' use='optional' type='PackageTypeEnum' />
<xsd:attribute name='uri' type='xsd:string' use='optional'/>
+ <xsd:attribute type='xsd:string' name='multiarch'/>
+ <xsd:attribute type='xsd:string' name='srcs'/>
</xsd:complexType>
</xsd:element>
</xsd:schema> \ No newline at end of file