Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/System1.xsd @ 1450

Last change on this file since 1450 was 1450, checked in by kgrading, 15 years ago

first implementation (#547)

File size: 1.1 KB
RevLine 
[1007]1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4  <xs:complexType name="Exception">
5    <xs:sequence>
6      <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##local" processContents="skip" />
7    </xs:sequence>
8    <xs:attribute ref="ser:FactoryType" />
9  </xs:complexType>
10  <xs:element name="Exception" nillable="true" type="tns:Exception" />
[1450]11  <xs:complexType name="Version">
12    <xs:sequence>
13      <xs:element name="_Build" type="xs:int" />
14      <xs:element name="_Major" type="xs:int" />
15      <xs:element name="_Minor" type="xs:int" />
16      <xs:element name="_Revision" type="xs:int" />
17    </xs:sequence>
18  </xs:complexType>
19  <xs:element name="Version" nillable="true" type="tns:Version" />
[1007]20</xs:schema>
Note: See TracBrowser for help on using the repository browser.