Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/HLDemo/HeuristicLab.DemoClient/Service References/Services.DemoService/Service.xsd @ 4695

Last change on this file since 4695 was 4695, checked in by fruehrli, 13 years ago

#1197
commit completed

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