Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Admin/Service References/OKBTables/Arrays.xsd @ 8360

Last change on this file since 8360 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

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