diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-04-04 12:54:29 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-04-04 13:36:29 +0200 |
| commit | 4466bfb51367afefec57bae9ca8f571eef17cfd9 (patch) | |
| tree | 8c2b223cb24cc8f84822ca2509bff541e22512cd | |
| parent | b870cda6389d3efcdb8018eb13aaa77186e9fdfe (diff) | |
Removed resource type enumeration, because we allow domain-defined types
now. Refs #178
| -rw-r--r-- | src/main/resources/boot/OD/Module.xsd | 11 |
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>
|
