diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-06-07 21:14:04 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-06-07 21:14:04 +0000 |
commit | 61d665f56b96845326353cbd969ccf03fb5f501d (patch) | |
tree | 3ac198f717923fdea14173dc17082628fb42db0e /schemas/pkglist.xsd | |
parent | 4efd08541461a4da16086506b0ccc21c150468cc (diff) | |
download | bcfg2-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.xsd | 9 |
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'> |