PublicModuleService1.xsd 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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/PublicModuleService?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/System" />
  4. <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PublicModuleService?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" />
  5. <xs:complexType name="NeedUpgradeResultEntity">
  6. <xs:sequence>
  7. <xs:element minOccurs="0" name="GradeInfo" nillable="true" type="xs:string" />
  8. <xs:element minOccurs="0" name="ServerVersion" nillable="true" type="xs:string" />
  9. <xs:element minOccurs="0" name="UpgradeState" type="xs:boolean" />
  10. </xs:sequence>
  11. </xs:complexType>
  12. <xs:element name="NeedUpgradeResultEntity" nillable="true" type="tns:NeedUpgradeResultEntity" />
  13. <xs:complexType name="ServiceResultEntity">
  14. <xs:sequence>
  15. <xs:element minOccurs="0" name="Data" nillable="true">
  16. <xs:complexType>
  17. <xs:annotation>
  18. <xs:appinfo>
  19. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  20. </xs:appinfo>
  21. </xs:annotation>
  22. <xs:sequence>
  23. <xs:element ref="xs:schema" />
  24. <xs:any />
  25. </xs:sequence>
  26. </xs:complexType>
  27. </xs:element>
  28. <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Exception" nillable="true" type="q1:Exception" />
  29. <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
  30. <xs:element minOccurs="0" name="OtherStatus" type="xs:int" />
  31. <xs:element minOccurs="0" name="Result" nillable="true" type="xs:anyType" />
  32. <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" minOccurs="0" name="Status" type="q2:Constant.ServiceResultStatus" />
  33. </xs:sequence>
  34. </xs:complexType>
  35. <xs:element name="ServiceResultEntity" nillable="true" type="tns:ServiceResultEntity" />
  36. </xs:schema>