summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD/Module.xsd
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-01 21:09:06 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-01 21:09:06 +0200
commit9c5d6e82b5ce733cf23e4317e3bafaa42c2221ba (patch)
tree64657888b5ff52cd8759c6feb15c6087b96d37c6 /src/main/resources/boot/OD/Module.xsd
parent8afca6b565edfa0e32aa8e12f30bfff5598abdd4 (diff)
Collection version support, stored as a new final component of the
Collection path. Null version implies "last".
Diffstat (limited to 'src/main/resources/boot/OD/Module.xsd')
-rw-r--r--src/main/resources/boot/OD/Module.xsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd
index 9fb93b2..54d89e2 100644
--- a/src/main/resources/boot/OD/Module.xsd
+++ b/src/main/resources/boot/OD/Module.xsd
@@ -100,10 +100,13 @@
minOccurs="0" />
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
+ <xs:attribute name="version" type="xs:integer" use="optional" />
<xs:attribute name="isDescription" type="xs:boolean"
use="optional" default="false" />
<xs:attribute name="itemDescriptionPath" type="xs:string"
use="optional" />
+ <xs:attribute name="itemDescriptionVersion" type="xs:string"
+ use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="Aggregation" minOccurs="0"
@@ -138,12 +141,15 @@
use="required" />
<xs:attribute name="itemDescriptionPath"
type="xs:string" use="optional" />
+ <xs:attribute name="itemDescriptionVersion"
+ type="xs:string" use="optional" />
<xs:attribute name="itemPath" type="xs:string"
use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
+ <xs:attribute name="version" type="xs:integer" use="optional" />
<xs:attribute name="isDescription" type="xs:boolean"
use="required" />
</xs:complexType>