summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r--schemas/pathentry.xsd17
1 files changed, 17 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
new file mode 100644
index 000000000..5e129fa75
--- /dev/null
+++ b/schemas/pathentry.xsd
@@ -0,0 +1,17 @@
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
+
+ <xsd:annotation>
+ <xsd:documentation>
+ path entry schema for bcfg2
+ Narayan Desai, Argonne National Laboratory
+ $Id$
+ </xsd:documentation>
+ </xsd:annotation>
+
+ <xsd:include schemaLocation="types.xsd"/>
+
+ <xsd:complexType name='PathEntry'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute name='type' use='required' type='PathTypeEnum' />
+ </xsd:complexType>
+</xsd:schema>