diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-11-10 19:15:03 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-11-10 19:15:03 +0000 |
commit | 72736466e6a4392638a2a27db882f81bfa6f646d (patch) | |
tree | 41d658fcdd92cd294cebbd696c3ef50cdf3e3d81 | |
parent | 2f6bdd309ffbb524f9a744aec1fe70e4c32a3acb (diff) | |
download | bcfg2-72736466e6a4392638a2a27db882f81bfa6f646d.tar.gz bcfg2-72736466e6a4392638a2a27db882f81bfa6f646d.tar.bz2 bcfg2-72736466e6a4392638a2a27db882f81bfa6f646d.zip |
One more service schema update
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2482 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | schemas/rules.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd index e845f6bc8..31283b2eb 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -14,6 +14,7 @@ <xsd:attribute type='xsd:string' name='name'/> <xsd:attribute type='StatusEnum' name='status'/> <xsd:attribute type='xsd:string' name='reload'/> + <xsd:attribute type='xsd:string' name='type'/> </xsd:complexType> <xsd:complexType name='PackageType'> |