You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
4.3 KiB

2 weeks ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillModel">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" maxOccurs="unbounded" name="CustCreateApBySrcDocSrv.CreateAPBillModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillModel" />
  6. </xs:sequence>
  7. </xs:complexType>
  8. <xs:element name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillModel" nillable="true" type="tns:ArrayOfCustCreateApBySrcDocSrv.CreateAPBillModel" />
  9. <xs:complexType name="CustCreateApBySrcDocSrv.CreateAPBillModel">
  10. <xs:sequence>
  11. <xs:element minOccurs="0" name="DepCode" nillable="true" type="xs:string" />
  12. <xs:element minOccurs="0" name="MUSER" nillable="true" type="xs:string" />
  13. <xs:element minOccurs="0" name="SubjectCode" nillable="true" type="xs:string" />
  14. <xs:element minOccurs="0" name="VenPayCond" nillable="true" type="xs:string" />
  15. <xs:element minOccurs="0" name="WorkPoint" nillable="true" type="xs:string" />
  16. <xs:element minOccurs="0" name="cContactCode" nillable="true" type="xs:string" />
  17. <xs:element minOccurs="0" name="cContactName" nillable="true" type="xs:string" />
  18. <xs:element minOccurs="0" name="cPBVBillType" nillable="true" type="xs:string" />
  19. <xs:element minOccurs="0" name="cPBVCode" nillable="true" type="xs:string" />
  20. <xs:element minOccurs="0" name="cPBVMaker" nillable="true" type="xs:string" />
  21. <xs:element minOccurs="0" name="cVenAccount" nillable="true" type="xs:string" />
  22. <xs:element minOccurs="0" name="cVenBank" nillable="true" type="xs:string" />
  23. <xs:element minOccurs="0" name="cVenCode" nillable="true" type="xs:string" />
  24. <xs:element minOccurs="0" name="dPBVDate" nillable="true" type="xs:string" />
  25. <xs:element minOccurs="0" name="dVouDate" nillable="true" type="xs:string" />
  26. <xs:element minOccurs="0" name="details" nillable="true" type="tns:ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel" />
  27. <xs:element minOccurs="0" name="iPBVTaxRate" nillable="true" type="xs:string" />
  28. </xs:sequence>
  29. </xs:complexType>
  30. <xs:element name="CustCreateApBySrcDocSrv.CreateAPBillModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillModel" />
  31. <xs:complexType name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel">
  32. <xs:sequence>
  33. <xs:element minOccurs="0" maxOccurs="unbounded" name="CustCreateApBySrcDocSrv.CreateAPBillLineModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillLineModel" />
  34. </xs:sequence>
  35. </xs:complexType>
  36. <xs:element name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel" nillable="true" type="tns:ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel" />
  37. <xs:complexType name="CustCreateApBySrcDocSrv.CreateAPBillLineModel">
  38. <xs:sequence>
  39. <xs:element minOccurs="0" name="Month" nillable="true" type="xs:string" />
  40. <xs:element minOccurs="0" name="ReturnDocID" nillable="true" type="xs:string" />
  41. <xs:element minOccurs="0" name="ReturnDocLineID" nillable="true" type="xs:string" />
  42. <xs:element minOccurs="0" name="WorkPoint" nillable="true" type="xs:string" />
  43. <xs:element minOccurs="0" name="Year" nillable="true" type="xs:string" />
  44. <xs:element minOccurs="0" name="cInvCode" nillable="true" type="xs:string" />
  45. <xs:element minOccurs="0" name="iPBVQuantity" nillable="true" type="xs:string" />
  46. </xs:sequence>
  47. </xs:complexType>
  48. <xs:element name="CustCreateApBySrcDocSrv.CreateAPBillLineModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillLineModel" />
  49. <xs:complexType name="CustCreateApBySrcDocSrv.ReturnNEWModel">
  50. <xs:sequence>
  51. <xs:element minOccurs="0" name="DocNo" nillable="true" type="xs:string" />
  52. <xs:element minOccurs="0" name="IsSuccess" type="xs:boolean" />
  53. <xs:element minOccurs="0" name="MESSAGE" nillable="true" type="xs:string" />
  54. </xs:sequence>
  55. </xs:complexType>
  56. <xs:element name="CustCreateApBySrcDocSrv.ReturnNEWModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.ReturnNEWModel" />
  57. </xs:schema>