Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/Service References/SlaveConsoleService/HeuristicLab.Hive.Slave.Common.xsd @ 5511

Last change on this file since 5511 was 4320, checked in by cneumuel, 14 years ago

made slave-console service configurable via xml

File size: 682 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Slave.Common" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Slave.Common" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:simpleType name="NetworkEnum.WcfConnState">
4    <xs:restriction base="xs:string">
5      <xs:enumeration value="Connected" />
6      <xs:enumeration value="Disconnected" />
7      <xs:enumeration value="Failed" />
8    </xs:restriction>
9  </xs:simpleType>
10  <xs:element name="NetworkEnum.WcfConnState" nillable="true" type="tns:NetworkEnum.WcfConnState" />
11</xs:schema>
Note: See TracBrowser for help on using the repository browser.