summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-04-04 12:54:29 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-04-04 13:36:29 +0200
commit4466bfb51367afefec57bae9ca8f571eef17cfd9 (patch)
tree8c2b223cb24cc8f84822ca2509bff541e22512cd
parentb870cda6389d3efcdb8018eb13aaa77186e9fdfe (diff)
Removed resource type enumeration, because we allow domain-defined types
now. Refs #178
-rw-r--r--src/main/resources/boot/OD/Module.xsd11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd
index 2b8fefd..882b374 100644
--- a/src/main/resources/boot/OD/Module.xsd
+++ b/src/main/resources/boot/OD/Module.xsd
@@ -56,16 +56,7 @@
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="version" type="xs:integer" use="optional" />
- <xs:attribute name="type" use="required">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:enumeration value="EA" />
- <xs:enumeration value="CA" />
- <xs:enumeration value="OD" />
- <xs:enumeration value="SC" />
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
+ <xs:attribute name="type" type="xs:string" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>