11 lines
767 B
XML
11 lines
767 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/WcfMTmessageIntegratorLib.DataObjects" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/WcfMTmessageIntegratorLib.DataObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|||
|
<xs:complexType name="MindsResponseDTO">
|
|||
|
<xs:sequence>
|
|||
|
<xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string" />
|
|||
|
<xs:element minOccurs="0" name="MtMessageId" nillable="true" type="xs:string" />
|
|||
|
<xs:element minOccurs="0" name="Response" nillable="true" type="xs:string" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
<xs:element name="MindsResponseDTO" nillable="true" type="tns:MindsResponseDTO" />
|
|||
|
</xs:schema>
|