Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/18/10 17:23:09 (14 years ago)
Author:
cneumuel
Message:

some small refactorings (#1159)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Communication/3.3/Service References/ServerService/HeuristicLab.Hive.Contracts1.xsd

    r4170 r4254  
    1111  </xs:complexType>
    1212  <xs:element name="Response" nillable="true" type="tns:Response" />
    13   <xs:complexType name="ResponseHB">
     13  <xs:complexType name="ResponseHeartBeat">
    1414    <xs:complexContent mixed="false">
    1515      <xs:extension base="tns:Response">
     
    2020    </xs:complexContent>
    2121  </xs:complexType>
    22   <xs:element name="ResponseHB" nillable="true" type="tns:ResponseHB" />
     22  <xs:element name="ResponseHeartBeat" nillable="true" type="tns:ResponseHeartBeat" />
    2323  <xs:complexType name="ArrayOfMessageContainer">
    2424    <xs:sequence>
     
    5050  </xs:simpleType>
    5151  <xs:element name="MessageContainer.MessageType" nillable="true" type="tns:MessageContainer.MessageType" />
    52   <xs:complexType name="ResponseJob">
     52  <xs:complexType name="ResponseObjectOfJobDtoZAa7YIsz">
     53    <xs:annotation>
     54      <xs:appinfo>
     55        <GenericType Name="ResponseObjectOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
     56          <GenericParameter Name="JobDto" Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects">
     57          </GenericParameter>
     58        </GenericType>
     59      </xs:appinfo>
     60    </xs:annotation>
    5361    <xs:complexContent mixed="false">
    5462      <xs:extension base="tns:Response">
    5563        <xs:sequence>
    56           <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" minOccurs="0" name="Job" nillable="true" type="q1:JobDto" />
     64          <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" minOccurs="0" name="Obj" nillable="true" type="q1:JobDto" />
    5765        </xs:sequence>
    5866      </xs:extension>
    5967    </xs:complexContent>
    6068  </xs:complexType>
    61   <xs:element name="ResponseJob" nillable="true" type="tns:ResponseJob" />
     69  <xs:element name="ResponseObjectOfJobDtoZAa7YIsz" nillable="true" type="tns:ResponseObjectOfJobDtoZAa7YIsz" />
    6270  <xs:complexType name="ResponseResultReceived">
    6371    <xs:complexContent mixed="false">
     
    7179  </xs:complexType>
    7280  <xs:element name="ResponseResultReceived" nillable="true" type="tns:ResponseResultReceived" />
    73   <xs:complexType name="ResponsePlugin">
     81  <xs:complexType name="ResponseListOfCachedHivePluginInfoDtoZMwZop09">
     82    <xs:annotation>
     83      <xs:appinfo>
     84        <GenericType Name="ResponseListOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
     85          <GenericParameter Name="CachedHivePluginInfoDto" Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.PluginInfrastructure">
     86          </GenericParameter>
     87        </GenericType>
     88      </xs:appinfo>
     89    </xs:annotation>
    7490    <xs:complexContent mixed="false">
    7591      <xs:extension base="tns:Response">
    7692        <xs:sequence>
    77           <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.PluginInfrastructure" minOccurs="0" name="Plugins" nillable="true" type="q2:ArrayOfCachedHivePluginInfoDto" />
     93          <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.PluginInfrastructure" minOccurs="0" name="List" nillable="true" type="q2:ArrayOfCachedHivePluginInfoDto" />
    7894        </xs:sequence>
    7995      </xs:extension>
    8096    </xs:complexContent>
    8197  </xs:complexType>
    82   <xs:element name="ResponsePlugin" nillable="true" type="tns:ResponsePlugin" />
     98  <xs:element name="ResponseListOfCachedHivePluginInfoDtoZMwZop09" nillable="true" type="tns:ResponseListOfCachedHivePluginInfoDtoZMwZop09" />
    8399  <xs:complexType name="ResponseCalendar">
    84100    <xs:complexContent mixed="false">
Note: See TracChangeset for help on using the changeset viewer.