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 12:54:59 +0200 |
| commit | 32cdc72a71ad56477754e14239ede337ac3d960c (patch) | |
| tree | e2b6e7f7075db4455cd01166923def12499b801d | |
| parent | 3c951ca7b5475ccbdba2673c945a14dd72b62b14 (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 98220fd..f4001fc 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>
|
