Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBQueryService/QueryService2.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: 832 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:complexType name="ArrayOfstring">
4    <xs:sequence>
5      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
6    </xs:sequence>
7  </xs:complexType>
8  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
9  <xs:complexType name="ArrayOflong">
10    <xs:sequence>
11      <xs:element minOccurs="0" maxOccurs="unbounded" name="long" type="xs:long" />
12    </xs:sequence>
13  </xs:complexType>
14  <xs:element name="ArrayOflong" nillable="true" type="tns:ArrayOflong" />
15</xs:schema>
Note: See TracBrowser for help on using the repository browser.