Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/10 09:20:18 (14 years ago)
Author:
cneumuel
Message:

refactoring of Result-Polling of HiveExperiment, polling is now much faster and code is cleaner (1092#)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/Service References/ServerService/System1.xsd

    r4107 r4170  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System" 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/" />
     2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    43  <xs:complexType name="Version">
    54    <xs:sequence>
     
    1110  </xs:complexType>
    1211  <xs:element name="Version" nillable="true" type="tns:Version" />
    13   <xs:complexType name="Exception">
    14     <xs:sequence>
    15       <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##local" processContents="skip" />
    16     </xs:sequence>
    17     <xs:attribute ref="ser:FactoryType" />
    18   </xs:complexType>
    19   <xs:element name="Exception" nillable="true" type="tns:Exception" />
    2012</xs:schema>
Note: See TracChangeset for help on using the changeset viewer.