summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r--schemas/pathentry.xsd7
1 files changed, 6 insertions, 1 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 40aa4ff2b..080758d0b 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -5,7 +5,6 @@
<xsd:documentation>
path entry schema for bcfg2
Narayan Desai, Argonne National Laboratory
- $Id$
</xsd:documentation>
</xsd:annotation>
@@ -30,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>