Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Admin/Service References/OKBData/HeuristicLab.Services.OKB.xsd @ 4311

Last change on this file since 4311 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 584 bytes
Line 
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.