summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-10-29 15:13:44 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-10-29 15:13:44 +0000
commit4504da7bb5ef77ffbf1cea9eb2de9a8db6a717b8 (patch)
tree90b17fb30de8a1914ca8030d5374ca4328e6a328 /schemas
parentf82d1c95f173a85229689e56fda38fe7f2e33f31 (diff)
downloadbcfg2-4504da7bb5ef77ffbf1cea9eb2de9a8db6a717b8.tar.gz
bcfg2-4504da7bb5ef77ffbf1cea9eb2de9a8db6a717b8.tar.bz2
bcfg2-4504da7bb5ef77ffbf1cea9eb2de9a8db6a717b8.zip
symlink addition
(Logical change 1.123) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@555 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r--schemas/atom.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index 8f4f7b7b9..b88b85f6c 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -19,4 +19,9 @@
<xsd:attribute type='xsd:string' name='name' use='required'/>
</xsd:complexType>
+ <xsd:complexType name='SymLinkType'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='to' use='required'/>
+ </xsd:complexType>
+
</xsd:schema> \ No newline at end of file