51 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			51 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
|  | <?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:8000/?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/WcfService2" /> | ||
|  |   <xs:import schemaLocation="http://localhost:8000/?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> | ||
|  |   <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/WcfService2" 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/WcfService2" minOccurs="0" name="GetDataUsingDataContractResult" nillable="true" type="q2:CompositeType" /> | ||
|  |       </xs:sequence> | ||
|  |     </xs:complexType> | ||
|  |   </xs:element> | ||
|  |   <xs:element name="lightTables"> | ||
|  |     <xs:complexType> | ||
|  |       <xs:sequence> | ||
|  |         <xs:element minOccurs="0" name="led_color" type="xs:int" /> | ||
|  |         <xs:element minOccurs="0" name="port" type="xs:int" /> | ||
|  |         <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="ele_lab_id" nillable="true" type="q3:ArrayOfstring" /> | ||
|  |         <xs:element xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="ele_address" nillable="true" type="q4:ArrayOfstring" /> | ||
|  |         <xs:element xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Out_count" nillable="true" type="q5:ArrayOfstring" /> | ||
|  |       </xs:sequence> | ||
|  |     </xs:complexType> | ||
|  |   </xs:element> | ||
|  |   <xs:element name="lightTablesResponse"> | ||
|  |     <xs:complexType> | ||
|  |       <xs:sequence> | ||
|  |         <xs:element minOccurs="0" name="lightTablesResult" type="xs:boolean" /> | ||
|  |       </xs:sequence> | ||
|  |     </xs:complexType> | ||
|  |   </xs:element> | ||
|  | </xs:schema> |