summaryrefslogtreecommitdiffstats
path: root/schemas/pkgtype.xsd
diff options
context:
space:
mode:
authorMatt Kemp <matt@mattikus.com>2012-07-26 15:06:42 -0500
committerMatt Kemp <matt@mattikus.com>2012-07-26 15:06:42 -0500
commit7a008a0b1b4d3b819da5a6544ac15faab3cbb28a (patch)
treebbadedcf005da76f9f817e10a08a2aeec7cb1532 /schemas/pkgtype.xsd
parentce57b8157eaa6f1b5d4e547bd1ffb41967dfe856 (diff)
downloadbcfg2-7a008a0b1b4d3b819da5a6544ac15faab3cbb28a.tar.gz
bcfg2-7a008a0b1b4d3b819da5a6544ac15faab3cbb28a.tar.bz2
bcfg2-7a008a0b1b4d3b819da5a6544ac15faab3cbb28a.zip
Added arch and release attributes to BoundPackage tag.
Diffstat (limited to 'schemas/pkgtype.xsd')
-rw-r--r--schemas/pkgtype.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd
index 0aaea0c22..cbee6f317 100644
--- a/schemas/pkgtype.xsd
+++ b/schemas/pkgtype.xsd
@@ -42,7 +42,9 @@
</xsd:choice>
<xsd:attribute type="xsd:string" name="name"/>
<xsd:attribute type="xsd:string" name="group"/>
+ <xsd:attribute type="xsd:string" name="arch"/>
<xsd:attribute type="xsd:string" name="version"/>
+ <xsd:attribute type="xsd:string" name="release"/>
<xsd:attribute type="xsd:string" name="file"/>
<xsd:attribute type="xsd:boolean" name="verify"/>
<xsd:attribute type="xsd:string" name="simplefile"/>