summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:43:40 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:43:40 -0500
commit398be2c5cb613d9506e0c115510c1b55881ca64e (patch)
treecc5f4eaffafea66ce58c3500de30129840e3a1a0 /schemas/bundle.xsd
parent0dab7e284017e4559019ac1e7b861ab7ccdadf5c (diff)
downloadbcfg2-398be2c5cb613d9506e0c115510c1b55881ca64e.tar.gz
bcfg2-398be2c5cb613d9506e0c115510c1b55881ca64e.tar.bz2
bcfg2-398be2c5cb613d9506e0c115510c1b55881ca64e.zip
Bundler: added support for independent bundles
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd16
1 files changed, 13 insertions, 3 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 1b997ede3..e180d265a 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -256,12 +256,22 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type='xsd:boolean' name='independent'>
+ <xsd:annotation>
+ <xsd:documentation>
+ If set to ``true``, indicates that the bundle is a
+ collection of independent entries, and that service restarts
+ and modified actions should not be performed. See
+ :ref:`server-plugins-structures-bundler-magic` for more.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attribute type='xsd:string' name='name'>
<xsd:annotation>
<xsd:documentation>
- The name of the bundle. If present, this must match the
- bundle filename, minus the extension. Specifying the name
- explicitly is deprecated.
+ **Deprecated.** The name of the bundle. If present, this
+ must match the bundle filename, minus the extension.
+ Specifying the name explicitly is deprecated.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>