Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/Service References/SlaveService/System.Drawing1.xsd @ 4259

Last change on this file since 4259 was 4259, checked in by cneumuel, 14 years ago

forgot some files (#1159)

File size: 930 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System.Drawing" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Drawing" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4  <xs:complexType name="Color">
5    <xs:annotation>
6      <xs:appinfo>
7        <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
8      </xs:appinfo>
9    </xs:annotation>
10    <xs:sequence>
11      <xs:element name="knownColor" type="xs:short" />
12      <xs:element name="name" nillable="true" type="xs:string" />
13      <xs:element name="state" type="xs:short" />
14      <xs:element name="value" type="xs:long" />
15    </xs:sequence>
16  </xs:complexType>
17  <xs:element name="Color" nillable="true" type="tns:Color" />
18</xs:schema>
Note: See TracBrowser for help on using the repository browser.