summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd10
1 files changed, 6 insertions, 4 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 2dd77e9af..6b32434be 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -20,11 +20,12 @@
<xsd:complexType name='GroupType'>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
- <xsd:element name='Package' type='StructureEntry'>
+ <xsd:element name='Package' type='PackageStructure'>
<xsd:annotation>
<xsd:documentation>
Abstract implementation of a Package entry. The full
- specification will be included in Rules.
+ specification will be generated by a plugin such as
+ Packages.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
@@ -145,11 +146,12 @@
<xsd:complexType name='BundleType'>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
- <xsd:element name='Package' type='StructureEntry'>
+ <xsd:element name='Package' type='PackageStructure'>
<xsd:annotation>
<xsd:documentation>
Abstract implementation of a Package entry. The full
- specification will be included in Rules.
+ specification will be generated by a plugin such as
+ Packages.
</xsd:documentation>
</xsd:annotation>
</xsd:element>