Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/Service References/SlaveService/HeuristicLab.Hive.Slave.Common1.xsd @ 4259

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

forgot some files (#1159)

File size: 725 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:enumeration value="Loggedin" />
9    </xs:restriction>
10  </xs:simpleType>
11  <xs:element name="NetworkEnum.WcfConnState" nillable="true" type="tns:NetworkEnum.WcfConnState" />
12</xs:schema>
Note: See TracBrowser for help on using the repository browser.