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.

16 lines
1.0 KiB

2 weeks ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/UFIDA.ISV.DeleteAPBillSV" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/UFIDA.ISV.DeleteAPBillSV" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="DeleteAPBill.APBillModel">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="DocNo" nillable="true" type="xs:string" />
  6. <xs:element minOccurs="0" name="OrgCode" nillable="true" type="xs:string" />
  7. </xs:sequence>
  8. </xs:complexType>
  9. <xs:element name="DeleteAPBill.APBillModel" nillable="true" type="tns:DeleteAPBill.APBillModel" />
  10. <xs:complexType name="DeleteAPBill.OperationResult">
  11. <xs:sequence>
  12. <xs:element minOccurs="0" name="IsSuccess" type="xs:boolean" />
  13. <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
  14. </xs:sequence>
  15. </xs:complexType>
  16. <xs:element name="DeleteAPBill.OperationResult" nillable="true" type="tns:DeleteAPBill.OperationResult" />
  17. </xs:schema>