| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema xmlns:tns="Dongke.IBOSS.PRD.WCF.Contracts" elementFormDefault="qualified" targetNamespace="Dongke.IBOSS.PRD.WCF.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import schemaLocation="http://127.0.0.1:1234/DKService/WCFTestService?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" />
- <xs:element name="GetOutPara1123">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="code" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetOutPara1123Response">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="GetOutPara1123Result" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetOutPara">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="code" nillable="true" type="xs:string" />
- <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q1:WCFTestData" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetOutParaResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="GetOutParaResult" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
- <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q2:WCFTestData" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetOutPara1234">
- <xs:complexType>
- <xs:sequence>
- <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q3:WCFTestData" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetOutPara1234Response">
- <xs:complexType>
- <xs:sequence>
- <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetOutPara1234Result" nillable="true" type="q4:WCFTestData" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetJsonString">
- <xs:complexType>
- <xs:sequence>
- <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q5:WCFTestData" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetJsonStringResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetJsonStringResult" nillable="true" type="q6:WCFTestData" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetJsonString1">
- <xs:complexType>
- <xs:sequence>
- <xs:element xmlns:q7="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q7:WCFTestData" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetJsonString1Response">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="GetJsonString1Result" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|