Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBAuthenticationService/AuthenticationService2.xsd @ 5756

Last change on this file since 5756 was 5756, checked in by cfleisch, 13 years ago

Test Query Plugin added #1439

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Authentication.DataTransfer" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Authentication.DataTransfer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:import schemaLocation="http://services.heuristiclab.com/OKB.SPR-3.3/AuthenticationService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4  <xs:complexType name="User">
5    <xs:sequence>
6      <xs:element minOccurs="0" name="Id" type="ser:guid" />
7      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
8    </xs:sequence>
9  </xs:complexType>
10  <xs:element name="User" nillable="true" type="tns:User" />
11  <xs:complexType name="ArrayOfUser">
12    <xs:sequence>
13      <xs:element minOccurs="0" maxOccurs="unbounded" name="User" nillable="true" type="tns:User" />
14    </xs:sequence>
15  </xs:complexType>
16  <xs:element name="ArrayOfUser" nillable="true" type="tns:ArrayOfUser" />
17</xs:schema>
Note: See TracBrowser for help on using the repository browser.