summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-10-07 15:08:21 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-10-07 15:08:21 +0000
commit571a26c824fc944e74b9c2157cacbfa3a47006c7 (patch)
tree1f433e9d45fd7f02edda70513d7fa8c7a7436ae0 /schemas/atom.xsd
parent8d4a3177a22a70bbfb6d9276b8459a7f0eee6e36 (diff)
downloadbcfg2-571a26c824fc944e74b9c2157cacbfa3a47006c7.tar.gz
bcfg2-571a26c824fc944e74b9c2157cacbfa3a47006c7.tar.bz2
bcfg2-571a26c824fc944e74b9c2157cacbfa3a47006c7.zip
(Logical change 1.80)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@389 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r--schemas/atom.xsd22
1 files changed, 22 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index e69de29bb..8f4f7b7b9 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -0,0 +1,22 @@
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
+
+ <xsd:annotation>
+ <xsd:documentation>
+ atomic configuration types schema for bcfg2
+ Narayan Desai, Argonne National Laboratory
+ </xsd:documentation>
+ </xsd:annotation>
+
+ <xsd:complexType name='PackageType'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ </xsd:complexType>
+
+ <xsd:complexType name='ConfigFileType'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ </xsd:complexType>
+
+ <xsd:complexType name='ServiceType'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ </xsd:complexType>
+
+</xsd:schema> \ No newline at end of file