summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2012-10-31 20:20:43 +0000
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-30 01:22:50 +0100
commitdb6a56510dd25c8ddf873f6f4dc23101d0d37536 (patch)
tree262235c336acd63c96ec9e5516d85c3a40e9e254 /schemas
parent28d0099d3a035f7fad834e139f3c0254db4b3ac8 (diff)
downloadbcfg2-db6a56510dd25c8ddf873f6f4dc23101d0d37536.tar.gz
bcfg2-db6a56510dd25c8ddf873f6f4dc23101d0d37536.tar.bz2
bcfg2-db6a56510dd25c8ddf873f6f4dc23101d0d37536.zip
plugin: ExtraGroups
Diffstat (limited to 'schemas')
-rw-r--r--schemas/metadata.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 58f9e8029..0ac4204b5 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -21,6 +21,11 @@
<xsd:attribute type='xsd:string' name='name' use='required'/>
</xsd:complexType>
</xsd:element>
+ <xsd:element name='Client'>
+ <xsd:complexType>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ </xsd:complexType>
+ </xsd:element>
<xsd:element name='Group' >
<xsd:complexType>
<xsd:attribute name='name' use='required'/>