Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/09 16:28:23 (15 years ago)
Author:
kgrading
Message:

work for ticket #467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/HeuristicLab.Hive.Contracts.BusinessObjects1.xsd

    r1103 r1147  
    22<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    33  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
     4  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    45  <xs:complexType name="ClientInfo">
    56    <xs:complexContent mixed="false">
     
    4950      <xs:element minOccurs="0" name="freeCores" type="xs:int" />
    5051      <xs:element minOccurs="0" name="freeMemory" type="xs:int" />
    51       <xs:element minOccurs="0" name="jobProgress" type="xs:int" />
     52      <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="jobProgress" nillable="true" type="q1:ArrayOfKeyValueOflongdouble" />
    5253    </xs:sequence>
    5354  </xs:complexType>
     
    5960      <xs:element minOccurs="0" name="ParentJob" nillable="true" type="tns:Job" />
    6061      <xs:element minOccurs="0" name="Percentage" type="xs:double" />
     62      <xs:element minOccurs="0" name="SerializedJob" nillable="true" type="xs:base64Binary" />
    6163      <xs:element minOccurs="0" name="State" type="tns:State" />
    6264    </xs:sequence>
Note: See TracChangeset for help on using the changeset viewer.