summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-10-18 01:35:35 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-10-18 02:03:59 +0200
commit8d630569c3da497c5ccb026f175d44f02b48c4e7 (patch)
tree142599eb961d0b2ceceb9abf9fc8d2b83407beb1 /schemas
parent5c68f95a382fdcd17fb5016a98b7eb7af4e057a6 (diff)
downloadbcfg2-8d630569c3da497c5ccb026f175d44f02b48c4e7.tar.gz
bcfg2-8d630569c3da497c5ccb026f175d44f02b48c4e7.tar.bz2
bcfg2-8d630569c3da497c5ccb026f175d44f02b48c4e7.zip
Packages: add name to sources
Diffstat (limited to 'schemas')
-rw-r--r--schemas/packages.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index e538bb0e7..8ed07baa9 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -211,6 +211,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:string" name="name">
+ <xsd:annotation>
+ <xsd:documentation>
+ Specifiy an explicit name for the source and do not generate
+ it automatically.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:complexType>
<xsd:complexType name="PackagesGroupType">