Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/Arrays.xsd @ 4783

Last change on this file since 4783 was 4783, checked in by wtollsch, 13 years ago

#1198 added ServiceReferences

File size: 695 bytes
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.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:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4  <xs:complexType name="ArrayOfguid">
5    <xs:sequence>
6      <xs:element minOccurs="0" maxOccurs="unbounded" name="guid" type="ser:guid" />
7    </xs:sequence>
8  </xs:complexType>
9  <xs:element name="ArrayOfguid" nillable="true" type="tns:ArrayOfguid" />
10</xs:schema>
Note: See TracBrowser for help on using the repository browser.