summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-07 02:34:57 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-06-07 02:35:55 +0200
commit2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73 (patch)
treec943fc70f2b754adbed599060253d2969d1a8fc9 /schemas
parent9172ea9e4283e5c1075213edcac081ab317302aa (diff)
downloadbcfg2-2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73.tar.gz
bcfg2-2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73.tar.bz2
bcfg2-2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73.zip
schemas/pathentry: add missing attributes for Path type=vcsdebian/1.2.3-16
Diffstat (limited to 'schemas')
-rw-r--r--schemas/pathentry.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 315b0082e..90762b023 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -36,6 +36,9 @@
<xsd:attribute type='xsd:string' name='minor' use='optional'/>
<xsd:attribute type='xsd:string' name='mode' use='optional'/>
<!-- end device attributes -->
+ <xsd:attribute type='xsd:string' name='vcstype'/>
+ <xsd:attribute type='xsd:string' name='revision'/>
+ <xsd:attribute type='xsd:string' name='sourceurl'/>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>
</xsd:schema>