summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-10-01 16:47:07 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-10-01 16:47:07 +0000
commit3cd34d135d6f3705862f0d1625c06a1669ec0023 (patch)
tree59b2318ff469544f85d568b2bfac5a4d113e6fc7 /schemas/pathentry.xsd
parent3b729603e422786b9d44fee50f2ec255503d1d43 (diff)
downloadbcfg2-3cd34d135d6f3705862f0d1625c06a1669ec0023.tar.gz
bcfg2-3cd34d135d6f3705862f0d1625c06a1669ec0023.tar.bz2
bcfg2-3cd34d135d6f3705862f0d1625c06a1669ec0023.zip
POSIX: Add block/character/fifo devices (ticket #477)
This commit adds support for posix device types via Path entries in Bundler. The 'type' attribute for Path entries is now all lowercase. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5470 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r--schemas/pathentry.xsd3
1 files changed, 0 insertions, 3 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 5e129fa75..7be0e37e2 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -8,10 +8,7 @@
</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>