summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-10-16 03:07:16 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-10-16 03:07:16 +0000
commitf504983c5a4874dd953c112b1d62b5db71d336d9 (patch)
tree3aa97146ec32997bdf0431ea7b860a1ead6a0d41 /schemas/types.xsd
parent734e9b1f1d67680036651a8dd2c86fe77e9de9d9 (diff)
downloadbcfg2-f504983c5a4874dd953c112b1d62b5db71d336d9.tar.gz
bcfg2-f504983c5a4874dd953c112b1d62b5db71d336d9.tar.bz2
bcfg2-f504983c5a4874dd953c112b1d62b5db71d336d9.zip
POSIX: Add support for all new POSIX types in the client code
The client should now understand old and new POSIX entries. It is compatible with 0.9.6, 1.0 using POSIXCompat, and new 1.0 Path entries. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5485 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd7
1 files changed, 6 insertions, 1 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index f04c3140f..92b38ecea 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -24,12 +24,17 @@
<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='device' />
+ <xsd:enumeration value='directory' />
+ <xsd:enumeration value='file' />
+ <xsd:enumeration value='hardlink' />
<xsd:enumeration value='nonexistent' />
+ <xsd:enumeration value='permissions' />
+ <xsd:enumeration value='symlink' />
</xsd:restriction>
</xsd:simpleType>