PPModuleService2.xsd 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PPModuleService?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  4. <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PPModuleService?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System" />
  5. <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PPModuleService?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" />
  6. <xs:complexType name="ClientRequestEntity">
  7. <xs:sequence>
  8. <xs:element minOccurs="0" name="Data" nillable="true">
  9. <xs:complexType>
  10. <xs:annotation>
  11. <xs:appinfo>
  12. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  13. </xs:appinfo>
  14. </xs:annotation>
  15. <xs:sequence>
  16. <xs:element ref="xs:schema" />
  17. <xs:any />
  18. </xs:sequence>
  19. </xs:complexType>
  20. </xs:element>
  21. <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
  22. <xs:element minOccurs="0" name="NameSpace" nillable="true" type="xs:string" />
  23. <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Properties" nillable="true" type="q1:ArrayOfKeyValueOfstringanyType" />
  24. <xs:element minOccurs="0" name="Request" nillable="true" type="xs:anyType" />
  25. <xs:element minOccurs="0" name="TimeStamp" nillable="true" type="xs:dateTime" />
  26. </xs:sequence>
  27. </xs:complexType>
  28. <xs:element name="ClientRequestEntity" nillable="true" type="tns:ClientRequestEntity" />
  29. <xs:complexType name="ServiceResultEntity">
  30. <xs:sequence>
  31. <xs:element minOccurs="0" name="Data" nillable="true">
  32. <xs:complexType>
  33. <xs:annotation>
  34. <xs:appinfo>
  35. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  36. </xs:appinfo>
  37. </xs:annotation>
  38. <xs:sequence>
  39. <xs:element ref="xs:schema" />
  40. <xs:any />
  41. </xs:sequence>
  42. </xs:complexType>
  43. </xs:element>
  44. <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Exception" nillable="true" type="q2:Exception" />
  45. <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
  46. <xs:element minOccurs="0" name="OtherStatus" type="xs:int" />
  47. <xs:element minOccurs="0" name="Result" nillable="true" type="xs:anyType" />
  48. <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" minOccurs="0" name="Status" type="q3:Constant.ServiceResultStatus" />
  49. </xs:sequence>
  50. </xs:complexType>
  51. <xs:element name="ServiceResultEntity" nillable="true" type="tns:ServiceResultEntity" />
  52. </xs:schema>