summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-06-07 21:14:04 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-06-07 21:14:04 +0000
commit61d665f56b96845326353cbd969ccf03fb5f501d (patch)
tree3ac198f717923fdea14173dc17082628fb42db0e /schemas/pkglist.xsd
parent4efd08541461a4da16086506b0ccc21c150468cc (diff)
downloadbcfg2-61d665f56b96845326353cbd969ccf03fb5f501d.tar.gz
bcfg2-61d665f56b96845326353cbd969ccf03fb5f501d.tar.bz2
bcfg2-61d665f56b96845326353cbd969ccf03fb5f501d.zip
more Instance updates from mbrady
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3267 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r--schemas/pkglist.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd
index eae1b1e11..d46f1d9b0 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -19,12 +19,20 @@
</xsd:element>
<xsd:element name='Instance'>
<xsd:complexType>
+ <xsd:choice minOccurs='0' maxOccurs='unbounded'>
+ <xsd:element name='Ignore'>
+ <xsd:complexType>
+ <xsd:attribute type='xsd:string' name='name'/>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
<xsd:attribute name='arch' type='xsd:string'/>
<xsd:attribute name='epoch' type='xsd:string'/>
<xsd:attribute name='version' type='xsd:string'/>
<xsd:attribute name='release' type='xsd:string'/>
<xsd:attribute name='simplefile' type='xsd:string'/>
<xsd:attribute name='pkg_verify' type='xsd:string'/>
+ <xsd:attribute name='verify_flags' type='xsd:string'/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
@@ -39,6 +47,7 @@
<xsd:attribute type='xsd:string' name='type'/>
<xsd:attribute type='xsd:string' name='bname'/>
<xsd:attribute name='pkg_checks' type='xsd:string'/>
+ <xsd:attribute name='verify_flags' type='xsd:string'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>