Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Services.Authentication Prototyp/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/metadata1.xsd @ 4427

Last change on this file since 4427 was 4427, checked in by mholper, 14 years ago
File size: 639 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:element name="CreateRole">
4    <xs:complexType>
5      <xs:sequence>
6        <xs:element minOccurs="0" name="roleName" nillable="true" type="xs:string" />
7        <xs:element minOccurs="0" name="isPermission" type="xs:boolean" />
8      </xs:sequence>
9    </xs:complexType>
10  </xs:element>
11  <xs:element name="CreateRoleResponse">
12    <xs:complexType>
13      <xs:sequence />
14    </xs:complexType>
15  </xs:element>
16</xs:schema>
Note: See TracBrowser for help on using the repository browser.