summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD/Module.xsd
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-08-27 09:09:27 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-08-27 09:09:27 +0200
commit2bf4284d2da271e4f40ef3ee680f1e845b01ca60 (patch)
tree4136786e81481f171b371258b00b4af0a52089f2 /src/main/resources/boot/OD/Module.xsd
parentd62e6fd732ab9223bc92b324d7cdcc9d2e28c109 (diff)
Revert 'layer' from commit 8e8185210f5bd87cb5dcda3a458fe059f811aafc.
This will be implemented as a diff overlay later.
Diffstat (limited to 'src/main/resources/boot/OD/Module.xsd')
-rw-r--r--src/main/resources/boot/OD/Module.xsd1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd
index c768e3f..d25352e 100644
--- a/src/main/resources/boot/OD/Module.xsd
+++ b/src/main/resources/boot/OD/Module.xsd
@@ -9,7 +9,6 @@
<xs:sequence>
<xs:element name="Description" type="xs:string" />
<xs:element name="Version" type="xs:string" />
- <xs:element name="Layer" type="xs:integer" minOccurs="0" default="0"/>
<xs:element name="Dependency" type="xs:string"
minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>