diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-09-29 21:46:37 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-09-29 21:46:37 +0000 |
commit | 3b729603e422786b9d44fee50f2ec255503d1d43 (patch) | |
tree | 7ab6295956dc91beb1fc5f8842e8010fa6da783e | |
parent | ed24c08e6cfa6093d8ff28585caddea08b96ee30 (diff) | |
download | bcfg2-3b729603e422786b9d44fee50f2ec255503d1d43.tar.gz bcfg2-3b729603e422786b9d44fee50f2ec255503d1d43.tar.bz2 bcfg2-3b729603e422786b9d44fee50f2ec255503d1d43.zip |
schema: Add description attribute for Bundles (ticket #689)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5469 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | schemas/bundle.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index d9a711a84..5b98fcf7b 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -56,6 +56,7 @@ <xsd:element name='BoundAction' type='ActionType'/> <xsd:element name='Group' type='GroupType'/> </xsd:choice> + <xsd:attribute type='xsd:string' name='description' /> <xsd:attribute type='xsd:string' name='name'/> <xsd:attribute type='xsd:string' name='version'/> <xsd:attribute type='xsd:string' name='origin'/> |