Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/HeuristicLab.Hive.Client.Common.xsd @ 954

Last change on this file since 954 was 954, checked in by whackl, 15 years ago

added some services stuff for wcf (#397)

File size: 684 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Common" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.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.