Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/09 13:41:21 (15 years ago)
Author:
whackl
Message:

implemented service methods to get and set an calender #468

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Service References/ClientService/service.xsd

    r1132 r2023  
    22<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    33  <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" />
     4  <xs:import namespace="http://schemas.datacontract.org/2004/07/Calendar" />
    45  <xs:element name="GetStatusInfos">
    56    <xs:complexType>
     
    5859    </xs:complexType>
    5960  </xs:element>
     61  <xs:element name="SetUptimeCalendar">
     62    <xs:complexType>
     63      <xs:sequence>
     64        <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/Calendar" minOccurs="0" name="appointments" nillable="true" type="q4:ArrayOfAppointment" />
     65      </xs:sequence>
     66    </xs:complexType>
     67  </xs:element>
     68  <xs:element name="SetUptimeCalendarResponse">
     69    <xs:complexType>
     70      <xs:sequence />
     71    </xs:complexType>
     72  </xs:element>
     73  <xs:element name="GetUptimeCalendar">
     74    <xs:complexType>
     75      <xs:sequence />
     76    </xs:complexType>
     77  </xs:element>
     78  <xs:element name="GetUptimeCalendarResponse">
     79    <xs:complexType>
     80      <xs:sequence>
     81        <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/Calendar" minOccurs="0" name="GetUptimeCalendarResult" nillable="true" type="q5:ArrayOfAppointment" />
     82      </xs:sequence>
     83    </xs:complexType>
     84  </xs:element>
    6085</xs:schema>
Note: See TracChangeset for help on using the changeset viewer.