summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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