summaryrefslogtreecommitdiffstats
path: root/schemas/info.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-07-19 09:16:47 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-07-19 09:16:47 -0400
commit3291a875339a7e5569d4232d2333fe37b1f6eac0 (patch)
tree8b30caf7df3e36a2760618eb4ed29a954167d8d3 /schemas/info.xsd
parenta5877a79f6dbde1ea4be49b3b38a71f3749e219d (diff)
downloadbcfg2-3291a875339a7e5569d4232d2333fe37b1f6eac0.tar.gz
bcfg2-3291a875339a7e5569d4232d2333fe37b1f6eac0.tar.bz2
bcfg2-3291a875339a7e5569d4232d2333fe37b1f6eac0.zip
made info.xml files understand <Path> tags to better set permissions on altsrc'd files
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 169310ab6..37232ab23 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -25,6 +25,8 @@
maxOccurs='unbounded'/>
<xsd:element name='Client' type='GroupType' minOccurs='0'
maxOccurs='unbounded'/>
+ <xsd:element name='Path' type='GroupType' minOccurs='0'
+ maxOccurs='unbounded'/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='xsd:boolean' name='negate' />
@@ -35,6 +37,7 @@
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Group' type='GroupType'/>
<xsd:element name='Client' type='GroupType'/>
+ <xsd:element name='Path' type='GroupType'/>
<xsd:element name='Info' type='InfoType'/>
</xsd:choice>
</xsd:complexType>