diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-01 21:09:06 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-01 21:09:06 +0200 |
| commit | 9c5d6e82b5ce733cf23e4317e3bafaa42c2221ba (patch) | |
| tree | 64657888b5ff52cd8759c6feb15c6087b96d37c6 /src/main/resources/boot/OD/Item.xsd | |
| parent | 8afca6b565edfa0e32aa8e12f30bfff5598abdd4 (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.xsd | 4 |
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>
|
