summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-03-24 10:45:48 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-03-24 10:45:48 -0500
commit5cd6238df496a3cea178e4596ecd87967cce1ce6 (patch)
tree14b14d43902060dd767a4b3966f8b9d5ed98a7ab /schemas
parent94ea8d8266175509ddb2bc4cf48c273d948da766 (diff)
parentf65546ba6b13590515a6ea1e20b883454f3d1e1d (diff)
downloadbcfg2-5cd6238df496a3cea178e4596ecd87967cce1ce6.tar.gz
bcfg2-5cd6238df496a3cea178e4596ecd87967cce1ce6.tar.bz2
bcfg2-5cd6238df496a3cea178e4596ecd87967cce1ce6.zip
Merge branch 'maint'
Diffstat (limited to 'schemas')
-rw-r--r--schemas/pathentry.xsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 21a417125..080758d0b 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -29,6 +29,12 @@
<xsd:attribute type='xsd:string' name='sensitive' use='optional'/>
<xsd:attribute type='xsd:string' name='to' use='optional'/>
<xsd:attribute type='xsd:string' name='type' use='optional'/>
+ <!-- device attributes -->
+ <xsd:attribute type='xsd:string' name='dev_type' use='optional'/>
+ <xsd:attribute type='xsd:string' name='major' use='optional'/>
+ <xsd:attribute type='xsd:string' name='minor' use='optional'/>
+ <xsd:attribute type='xsd:string' name='mode' use='optional'/>
+ <!-- end device attributes -->
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>
</xsd:schema>