summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/rules.xsd3
-rw-r--r--schemas/types.xsd1
2 files changed, 4 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 0a408c35c..5446f9a95 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -41,6 +41,9 @@
<xsd:attribute type='xsd:string' name='recursive'/>
<xsd:attribute type='xsd:string' name='prune'/>
<xsd:attribute type='xsd:string' name='to'/>
+ <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>
diff --git a/schemas/types.xsd b/schemas/types.xsd
index a6c9abfdc..44d2d3df9 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -31,6 +31,7 @@
<xsd:enumeration value='nonexistent' />
<xsd:enumeration value='permissions' />
<xsd:enumeration value='symlink' />
+ <xsd:enumeration value='vcs' />
</xsd:restriction>
</xsd:simpleType>