summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-28 01:21:01 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-28 01:21:01 +0000
commit31a9fbebcbcc0aafed741fa48b253163bcae2c69 (patch)
tree3c5c1075c7ed33ba19de16a75125312f2a0d83bf /schemas/types.xsd
parent32eebcf39e04a86c35404cd3d55f09ae950fb461 (diff)
downloadbcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.tar.gz
bcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.tar.bz2
bcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.zip
schemas: Schema updates
* Remove old translation schema for bcfg1 * Remove old POSIX entries * Remove toolsetType schema since it's no longer used Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5708 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd5
1 files changed, 0 insertions, 5 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 92b38ecea..357c5173c 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -23,11 +23,6 @@
<xsd:simpleType name='PathTypeEnum'>
<xsd:restriction base='xsd:string'>
- <xsd:enumeration value='ConfigFile' />
- <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' />