Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/Service References/ServerService/System1.xsd @ 1594

Last change on this file since 1594 was 1594, checked in by kgrading, 15 years ago

updated the runner class & webservice interfaces (#547)

File size: 722 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4  <xs:complexType name="Exception">
5    <xs:sequence>
6      <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##local" processContents="skip" />
7    </xs:sequence>
8    <xs:attribute ref="ser:FactoryType" />
9  </xs:complexType>
10  <xs:element name="Exception" nillable="true" type="tns:Exception" />
11</xs:schema>
Note: See TracBrowser for help on using the repository browser.