Free cookie consent management tool by TermsFeed Policy Generator

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

some small refactorings (#1159)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Communication/3.3/Service References/ServerService/HeuristicLab.Hive.Contracts.BusinessObjects1.xsd

    r4170 r4254  
    22<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" 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.datacontract.org/2004/07/HeuristicLab.DataAccess" />
     4  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    45  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    5   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    66  <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
    77  <xs:complexType name="ClientDto">
     
    7171  <xs:complexType name="HeartBeatData">
    7272    <xs:sequence>
    73       <xs:element minOccurs="0" name="ClientId" type="ser:guid" />
    7473      <xs:element minOccurs="0" name="FreeCores" type="xs:int" />
    7574      <xs:element minOccurs="0" name="FreeMemory" type="xs:int" />
    7675      <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="JobProgress" nillable="true" type="q3:ArrayOfKeyValueOfguiddouble" />
     76      <xs:element minOccurs="0" name="SlaveId" type="ser:guid" />
    7777    </xs:sequence>
    7878  </xs:complexType>
Note: See TracChangeset for help on using the changeset viewer.