summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-14 08:47:24 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-14 08:47:24 -0400
commit7cebd3f47926453bdac2b3f2c41804ac83358388 (patch)
treef14e680147454ef735ba99942f4e2519fe3be415 /schemas/bundle.xsd
parent5819d7182ac703c9f830df1ea2b940fbfa976db7 (diff)
downloadbcfg2-7cebd3f47926453bdac2b3f2c41804ac83358388.tar.gz
bcfg2-7cebd3f47926453bdac2b3f2c41804ac83358388.tar.bz2
bcfg2-7cebd3f47926453bdac2b3f2c41804ac83358388.zip
added Client tag to StructFile; made PropertyFile inherit from StructFile
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd16
1 files changed, 16 insertions, 0 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 1ea44c991..b226e1078 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -93,6 +93,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
+ <xsd:element name='Client' type='GroupType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Elements within Client tags only apply to the named client
+ (or vice-versa; see #element_negate below)
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
<xsd:element ref="py:def"/>
<xsd:element ref="py:match"/>
<xsd:element ref="py:choose"/>
@@ -207,6 +215,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
+ <xsd:element name='Client' type='GroupType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Elements within Client tags only apply to the named client
+ (or vice-versa; see #element_negate below)
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
<xsd:element ref="py:def"/>
<xsd:element ref="py:match"/>
<xsd:element ref="py:choose"/>