<?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 schemaLocation="http://localhost:1974/Service1.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/WsHttpCertificates" /> <xs:element name="GetData"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="value" type="xs:int" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="GetDataResponse"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="GetDataResult" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="GetDataUsingDataContract"> <xs:complexType> <xs:sequence> <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/WsHttpCertificates" minOccurs="0" name="composite" nillable="true" type="q1:CompositeType" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="GetDataUsingDataContractResponse"> <xs:complexType> <xs:sequence> <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/WsHttpCertificates" minOccurs="0" name="GetDataUsingDataContractResult" nillable="true" type="q2:CompositeType" /> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
I am a Microsoft MVP for ASP/ASP.NET and currently a CEO of a small E-learning company in India. We are very much active in making training videos , writing books and corporate trainings. Do visit my site for .NET, C# , design pattern , WCF , Silverlight , LINQ , ASP.NET , ADO.NET , Sharepoint , UML , SQL Server training and Interview questions and answers
The Next Version of Android - Some of What's Coming