summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD/Item.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/Item.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/Item.xsd')
-rw-r--r--src/main/resources/boot/OD/Item.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/boot/OD/Item.xsd b/src/main/resources/boot/OD/Item.xsd
index 2169161..b3d64e6 100644
--- a/src/main/resources/boot/OD/Item.xsd
+++ b/src/main/resources/boot/OD/Item.xsd
@@ -39,6 +39,8 @@
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" maxOccurs="unbounded">
@@ -69,6 +71,8 @@
<xs:attribute name="slotNo" type="xs:int" 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>