summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD/Item.xsd
diff options
context:
space:
mode:
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>