Rev | Line | |
---|
[4311] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
| 3 | <xs:simpleType name="EntityType">
|
---|
| 4 | <xs:restriction base="xs:string">
|
---|
| 5 | <xs:enumeration value="Algorithm" />
|
---|
| 6 | <xs:enumeration value="Problem" />
|
---|
| 7 | </xs:restriction>
|
---|
| 8 | </xs:simpleType>
|
---|
| 9 | <xs:element name="EntityType" nillable="true" type="tns:EntityType" />
|
---|
| 10 | </xs:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.