Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Service References/UpdateLocationReference/UpdateLocation4.xsd @ 2614

Last change on this file since 2614 was 2527, checked in by gkronber, 15 years ago

Implemented changes as requested by swagner. #799

File size: 602 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="ArrayOfbase64Binary">
4    <xs:sequence>
5      <xs:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="xs:base64Binary" />
6    </xs:sequence>
7  </xs:complexType>
8  <xs:element name="ArrayOfbase64Binary" nillable="true" type="tns:ArrayOfbase64Binary" />
9</xs:schema>
Note: See TracBrowser for help on using the repository browser.