PAMModuleService52.xsd 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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/PAMModuleService?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/System" />
  4. <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PAMModuleService?xsd=xsd7" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" />
  5. <xs:complexType name="AdminEXAEntity">
  6. <xs:sequence>
  7. <xs:element minOccurs="0" name="AdminEXAID" nillable="true" type="xs:int" />
  8. <xs:element minOccurs="0" name="AdminEXATypeID" nillable="true" type="xs:int" />
  9. <xs:element minOccurs="0" name="Amount" type="xs:decimal" />
  10. <xs:element minOccurs="0" name="AuditStatus" nillable="true" type="xs:int" />
  11. <xs:element minOccurs="0" name="AuditUser" nillable="true" type="xs:string" />
  12. <xs:element minOccurs="0" name="AuditlDate" nillable="true" type="xs:dateTime" />
  13. <xs:element minOccurs="0" name="Auditor" nillable="true" type="xs:int" />
  14. <xs:element minOccurs="0" name="CreateUserID" type="xs:int" />
  15. <xs:element minOccurs="0" name="OPTimeStamp" type="xs:dateTime" />
  16. <xs:element minOccurs="0" name="Remarks" nillable="true" type="xs:string" />
  17. <xs:element minOccurs="0" name="SettlementFlag" nillable="true" type="xs:string" />
  18. <xs:element minOccurs="0" name="StaffCode" nillable="true" type="xs:string" />
  19. <xs:element minOccurs="0" name="StaffID" nillable="true" type="xs:int" />
  20. <xs:element minOccurs="0" name="StaffName" nillable="true" type="xs:string" />
  21. <xs:element minOccurs="0" name="UpdateUserID" type="xs:int" />
  22. </xs:sequence>
  23. </xs:complexType>
  24. <xs:element name="AdminEXAEntity" nillable="true" type="tns:AdminEXAEntity" />
  25. <xs:complexType name="ServiceResultEntity">
  26. <xs:sequence>
  27. <xs:element minOccurs="0" name="Data" nillable="true">
  28. <xs:complexType>
  29. <xs:annotation>
  30. <xs:appinfo>
  31. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  32. </xs:appinfo>
  33. </xs:annotation>
  34. <xs:sequence>
  35. <xs:element ref="xs:schema" />
  36. <xs:any />
  37. </xs:sequence>
  38. </xs:complexType>
  39. </xs:element>
  40. <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Exception" nillable="true" type="q1:Exception" />
  41. <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
  42. <xs:element minOccurs="0" name="OtherStatus" type="xs:int" />
  43. <xs:element minOccurs="0" name="Result" nillable="true" type="xs:anyType" />
  44. <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" minOccurs="0" name="Status" type="q2:Constant.ServiceResultStatus" />
  45. </xs:sequence>
  46. </xs:complexType>
  47. <xs:element name="ServiceResultEntity" nillable="true" type="tns:ServiceResultEntity" />
  48. </xs:schema>