Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/AdminService/System.xsd @ 2771

Last change on this file since 2771 was 2771, checked in by gkronber, 14 years ago

Implemented and tested rudimentary WCF service interface on top of the Linq2Sql data access layer. #860

File size: 633 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:complexType name="Version">
4    <xs:sequence>
5      <xs:element name="_Build" type="xs:int" />
6      <xs:element name="_Major" type="xs:int" />
7      <xs:element name="_Minor" type="xs:int" />
8      <xs:element name="_Revision" type="xs:int" />
9    </xs:sequence>
10  </xs:complexType>
11  <xs:element name="Version" nillable="true" type="tns:Version" />
12</xs:schema>
Note: See TracBrowser for help on using the repository browser.