summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-06-29 15:44:42 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-06-29 15:44:42 +0000
commit894ecd30acc435037f509903c87eb88c8fade6c0 (patch)
tree6587ce3bc5982b28580754c5e25b25a91c1022ad /schemas/atom.xsd
parent74fc179dd2931d8b28ba140414943309f14c44f3 (diff)
downloadbcfg2-894ecd30acc435037f509903c87eb88c8fade6c0.tar.gz
bcfg2-894ecd30acc435037f509903c87eb88c8fade6c0.tar.bz2
bcfg2-894ecd30acc435037f509903c87eb88c8fade6c0.zip
add permission type
(Logical change 1.242) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1012 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r--schemas/atom.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index 60e8983c4..565528bb5 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -31,4 +31,9 @@
<xsd:attribute type='xsd:string' name='to' use='required'/>
</xsd:complexType>
+ <xsd:complexType name='PermissionType'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='perms' use='required'/>
+ </xsd:complexType>
+
</xsd:schema> \ No newline at end of file