diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-01-11 20:01:33 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-01-11 20:01:33 +0000 |
commit | e353f337bb0144b4980068ab21e3e13cf3e70bc0 (patch) | |
tree | 699d172860d6a9b691412eac3c9599563d25eb85 /schemas/bundle.xsd | |
parent | ca543cba335b161e50fceabc1c7af6bd89bede48 (diff) | |
download | bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.tar.gz bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.tar.bz2 bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.zip |
Fixes from Rick
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2649 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r-- | schemas/bundle.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 685c7ca6f..55d6bc9b9 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -21,7 +21,7 @@ <xsd:element name='Group' type='GroupType'/> </xsd:choice> <xsd:attribute type='xsd:string' name='name' use='required'/> - <xsd:attribute type='xsd:string' name='negate' use='required'/> + <xsd:attribute type='xsd:string' name='negate' /> </xsd:complexType> <xsd:element name='Bundle'> |