Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 14:04:47 (15 years ago)
Author:
svonolfe
Message:

Refactored DAL (now using GUIDs as IDs instead of longs) (#527)

File:
1 edited

Legend:

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

    r1379 r1449  
    11<?xml version="1.0" encoding="utf-8"?>
    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">
     3  <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" />
    34  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    4   <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" />
    55  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    66  <xs:complexType name="ClientInfo">
     
    88      <xs:extension base="tns:Resource">
    99        <xs:sequence>
    10           <xs:element minOccurs="0" name="ClientId" type="ser:guid" />
    11           <xs:element minOccurs="0" name="ClientInfoId" type="xs:long" />
    1210          <xs:element minOccurs="0" name="Config" nillable="true" type="tns:ClientConfig" />
    1311          <xs:element minOccurs="0" name="CpuSpeedPerCore" type="xs:int" />
     
    5755      <xs:element minOccurs="0" name="FreeCores" type="xs:int" />
    5856      <xs:element minOccurs="0" name="FreeMemory" type="xs:int" />
    59       <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="JobProgress" nillable="true" type="q3:ArrayOfKeyValueOflongdouble" />
     57      <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="JobProgress" nillable="true" type="q3:ArrayOfKeyValueOfguiddouble" />
    6058    </xs:sequence>
    6159  </xs:complexType>
Note: See TracChangeset for help on using the changeset viewer.