WCFTestService.xsd 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <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" />
  4. <xs:element name="GetOutPara1123">
  5. <xs:complexType>
  6. <xs:sequence>
  7. <xs:element minOccurs="0" name="code" nillable="true" type="xs:string" />
  8. </xs:sequence>
  9. </xs:complexType>
  10. </xs:element>
  11. <xs:element name="GetOutPara1123Response">
  12. <xs:complexType>
  13. <xs:sequence>
  14. <xs:element minOccurs="0" name="GetOutPara1123Result" nillable="true" type="xs:string" />
  15. </xs:sequence>
  16. </xs:complexType>
  17. </xs:element>
  18. <xs:element name="GetOutPara">
  19. <xs:complexType>
  20. <xs:sequence>
  21. <xs:element minOccurs="0" name="code" nillable="true" type="xs:string" />
  22. <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q1:WCFTestData" />
  23. </xs:sequence>
  24. </xs:complexType>
  25. </xs:element>
  26. <xs:element name="GetOutParaResponse">
  27. <xs:complexType>
  28. <xs:sequence>
  29. <xs:element minOccurs="0" name="GetOutParaResult" nillable="true" type="xs:string" />
  30. <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
  31. <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q2:WCFTestData" />
  32. </xs:sequence>
  33. </xs:complexType>
  34. </xs:element>
  35. <xs:element name="GetOutPara1234">
  36. <xs:complexType>
  37. <xs:sequence>
  38. <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q3:WCFTestData" />
  39. </xs:sequence>
  40. </xs:complexType>
  41. </xs:element>
  42. <xs:element name="GetOutPara1234Response">
  43. <xs:complexType>
  44. <xs:sequence>
  45. <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetOutPara1234Result" nillable="true" type="q4:WCFTestData" />
  46. </xs:sequence>
  47. </xs:complexType>
  48. </xs:element>
  49. <xs:element name="GetJsonString">
  50. <xs:complexType>
  51. <xs:sequence>
  52. <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q5:WCFTestData" />
  53. </xs:sequence>
  54. </xs:complexType>
  55. </xs:element>
  56. <xs:element name="GetJsonStringResponse">
  57. <xs:complexType>
  58. <xs:sequence>
  59. <xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetJsonStringResult" nillable="true" type="q6:WCFTestData" />
  60. </xs:sequence>
  61. </xs:complexType>
  62. </xs:element>
  63. <xs:element name="GetJsonString1">
  64. <xs:complexType>
  65. <xs:sequence>
  66. <xs:element xmlns:q7="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="data" nillable="true" type="q7:WCFTestData" />
  67. </xs:sequence>
  68. </xs:complexType>
  69. </xs:element>
  70. <xs:element name="GetJsonString1Response">
  71. <xs:complexType>
  72. <xs:sequence>
  73. <xs:element minOccurs="0" name="GetJsonString1Result" nillable="true" type="xs:string" />
  74. </xs:sequence>
  75. </xs:complexType>
  76. </xs:element>
  77. </xs:schema>