Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/HeuristicLab.DataAccess.xsd @ 1379

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

splitted the sendfinishedjob / snapshot method in two seperate methods, fixed the locking, added real memory management (#529)

File size: 555 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:complexType name="PersistableObject">
4    <xs:sequence>
5      <xs:element minOccurs="0" name="Id" type="xs:long" />
6    </xs:sequence>
7  </xs:complexType>
8  <xs:element name="PersistableObject" nillable="true" type="tns:PersistableObject" />
9</xs:schema>
Note: See TracBrowser for help on using the repository browser.