summaryrefslogtreecommitdiffstats
path: root/schemas/packages.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/packages.xsd')
-rw-r--r--schemas/packages.xsd8
1 files changed, 5 insertions, 3 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index 843e5ee68..17f6aee02 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -2,7 +2,7 @@
<xsd:annotation>
<xsd:documentation>
- bundle schema for bcfg2
+ packages config schema for bcfg2
Narayan Desai, Argonne National Laboratory
</xsd:documentation>
</xsd:annotation>
@@ -11,8 +11,10 @@
<xsd:sequence>
<xsd:element name="Group" type="xsd:string" minOccurs='1'
maxOccurs='unbounded'/>
- <xsd:element name="URL" type="xsd:string" minOccurs='1'
- maxOccurs='unbounded'/>
+ <xsd:element name="URL" type="xsd:string" minOccurs='0'
+ maxOccurs='1'/>
+ <xsd:element name="RawURL" type="xsd:string" minOccurs='0'
+ maxOccurs='1'/>
<xsd:element name="Version" type="xsd:string"/>
<xsd:element name="Component" type="xsd:string" minOccurs='1'
maxOccurs='unbounded'/>