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/Calendar1.xsd @ 4259

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

forgot some files (#1159)

File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Calendar" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Calendar" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:import namespace="http://schemas.datacontract.org/2004/07/System.Drawing" />
4  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
5  <xs:complexType name="ArrayOfAppointment">
6    <xs:sequence>
7      <xs:element minOccurs="0" maxOccurs="unbounded" name="Appointment" nillable="true" type="tns:Appointment" />
8    </xs:sequence>
9  </xs:complexType>
10  <xs:element name="ArrayOfAppointment" nillable="true" type="tns:ArrayOfAppointment" />
11  <xs:complexType name="Appointment">
12    <xs:sequence>
13      <xs:element minOccurs="0" name="AllDayEvent" type="xs:boolean" />
14      <xs:element minOccurs="0" name="AppointmentId" type="xs:int" />
15      <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System.Drawing" minOccurs="0" name="BorderColor" type="q1:Color" />
16      <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System.Drawing" minOccurs="0" name="Color" type="q2:Color" />
17      <xs:element minOccurs="0" name="DrawBorder" type="xs:boolean" />
18      <xs:element minOccurs="0" name="EndDate" type="xs:dateTime" />
19      <xs:element minOccurs="0" name="Group" nillable="true" type="xs:string" />
20      <xs:element minOccurs="0" name="Layer" type="xs:int" />
21      <xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
22      <xs:element minOccurs="0" name="Locked" type="xs:boolean" />
23      <xs:element minOccurs="0" name="Note" nillable="true" type="xs:string" />
24      <xs:element minOccurs="0" name="Recurring" type="xs:boolean" />
25      <xs:element minOccurs="0" name="RecurringId" type="ser:guid" />
26      <xs:element minOccurs="0" name="StartDate" type="xs:dateTime" />
27      <xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string" />
28      <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/System.Drawing" minOccurs="0" name="TextColor" type="q3:Color" />
29    </xs:sequence>
30  </xs:complexType>
31  <xs:element name="Appointment" nillable="true" type="tns:Appointment" />
32</xs:schema>
Note: See TracBrowser for help on using the repository browser.