summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-12-02 19:11:02 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-12-02 19:11:02 +0000
commitdd4c8adbd557d95fec6de69b829676b0a01aade6 (patch)
tree6d5e5ea54797af99caa6639d09164a194c502aad /schemas/atom.xsd
parentecb980cdfbb27489f04e2cc68f26ff811ee89d3d (diff)
downloadbcfg2-dd4c8adbd557d95fec6de69b829676b0a01aade6.tar.gz
bcfg2-dd4c8adbd557d95fec6de69b829676b0a01aade6.tar.bz2
bcfg2-dd4c8adbd557d95fec6de69b829676b0a01aade6.zip
add DirectoryType
(Logical change 1.156) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@694 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r--schemas/atom.xsd11
1 files changed, 9 insertions, 2 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index b88b85f6c..60e8983c4 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -7,11 +7,18 @@
</xsd:documentation>
</xsd:annotation>
- <xsd:complexType name='PackageType'>
+ <xsd:complexType name='ConfigFileType'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
</xsd:complexType>
- <xsd:complexType name='ConfigFileType'>
+ <xsd:complexType name='DirectoryType'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='perms'/>
+ <xsd:attribute type='xsd:string' name='owner'/>
+ <xsd:attribute type='xsd:string' name='group'/>
+ </xsd:complexType>
+
+ <xsd:complexType name='PackageType'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
</xsd:complexType>