summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-09-26 22:37:59 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-09-26 22:37:59 +0000
commitf69841e038ec81a98f6b3bf870b7ee4ad0e4a5af (patch)
treefdb634e34cc397f120cf3d5cae0607aead7ff528 /schemas/types.xsd
parent1f9e1bbb09409ee70edef1ecdc67580c56668efd (diff)
downloadbcfg2-f69841e038ec81a98f6b3bf870b7ee4ad0e4a5af.tar.gz
bcfg2-f69841e038ec81a98f6b3bf870b7ee4ad0e4a5af.tar.bz2
bcfg2-f69841e038ec81a98f6b3bf870b7ee4ad0e4a5af.zip
schema: Add schema for Path entries
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5466 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 460fcabd0..db85bbaab 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -21,6 +21,18 @@
</xsd:restriction>
</xsd:simpleType>
+ <xsd:simpleType name='PathTypeEnum'>
+ <xsd:restriction base='xsd:string'>
+ <xsd:enumeration value='ConfigFile' />
+ <xsd:enumeration value='Device' />
+ <xsd:enumeration value='Directory' />
+ <xsd:enumeration value='HardLink' />
+ <xsd:enumeration value='Perms' />
+ <xsd:enumeration value='SymLink' />
+ <xsd:enumeration value='nonexistent' />
+ </xsd:restriction>
+ </xsd:simpleType>
+
<xsd:simpleType name='StatusEnum'>
<xsd:restriction base='xsd:string'>
<xsd:enumeration value='on'/>