diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-03-23 11:16:27 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-03-23 11:16:27 -0500 |
commit | e9714f3de2d81793a1b7504fbbd86e4c6477ee79 (patch) | |
tree | bcf0bfd72d03b708c43a549d0bf6b1dfbc06045d /schemas/pathentry.xsd | |
parent | 746293b2f242c099037aac19f14f65e68d036270 (diff) | |
download | bcfg2-e9714f3de2d81793a1b7504fbbd86e4c6477ee79.tar.gz bcfg2-e9714f3de2d81793a1b7504fbbd86e4c6477ee79.tar.bz2 bcfg2-e9714f3de2d81793a1b7504fbbd86e4c6477ee79.zip |
schemas: Add device attributes for BoundPath entries
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r-- | schemas/pathentry.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd index 40aa4ff2b..315b0082e 100644 --- a/schemas/pathentry.xsd +++ b/schemas/pathentry.xsd @@ -30,6 +30,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> |