summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/info.xsd6
1 files changed, 5 insertions, 1 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd
index c45c40ebc..862b758b2 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -1,5 +1,5 @@
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
-
+
<xsd:annotation>
<xsd:documentation>
info.xml schema for bcfg2
@@ -7,8 +7,12 @@
</xsd:annotation>
<xsd:include schemaLocation="atom.xsd"/>
+ <xsd:include schemaLocation="types.xsd"/>
<xsd:complexType name='InfoType'>
+ <xsd:choice minOccurs='0' maxOccurs='unbounded'>
+ <xsd:element name='ACL' type='ACLType'/>
+ </xsd:choice>
<xsd:attribute name='encoding' type='xsd:string'/>
<xsd:attribute name='group' type='xsd:string'/>
<xsd:attribute name='important' type='xsd:string'/>