client/Service References/ServiceMT/service2.xsd

18 lines
893 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.datacontract.org/2004/07/WcfMTmessageIntegratorLib.DataObjects" />
<xs:element name="SetMindsResponse">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/WcfMTmessageIntegratorLib.DataObjects" minOccurs="0" name="mindsResponse" nillable="true" type="q1:MindsResponseDTO" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SetMindsResponseResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="SetMindsResponseResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>