summaryrefslogtreecommitdiffstats
path: root/schemas/info.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/info.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/info.xsd')
-rw-r--r--schemas/info.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd
index 983513d66..96ccbe56c 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -22,6 +22,8 @@
<xsd:element name='Info' type='InfoType'/>
<xsd:element name='Group' type='GroupType' minOccurs='0'
maxOccurs='unbounded'/>
+ <xsd:element name='Client' type='GroupType' minOccurs='0'
+ maxOccurs='unbounded'/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='xsd:boolean' name='negate' />
@@ -31,6 +33,7 @@
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Group' type='GroupType'/>
+ <xsd:element name='Client' type='GroupType'/>
<xsd:element name='Info' type='InfoType'/>
</xsd:choice>
</xsd:complexType>