Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/Service References/ServerService/Message.xsd @ 2591

Last change on this file since 2591 was 1939, checked in by svonolfe, 15 years ago

Large amounts of data are now transferred streamed (fixed ticket #660)

File size: 351 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.microsoft.com/Message" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/Message" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:simpleType name="StreamBody">
4    <xs:restriction base="xs:base64Binary" />
5  </xs:simpleType>
6</xs:schema>
Note: See TracBrowser for help on using the repository browser.