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: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.