summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
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>