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.

21 lines
1.5 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.CreateAPBillFileSV" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/UFIDA.ISV.CreateAPBillFileSV" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="CreateAPBillFileSV.APBillFileModel">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="DocNo" nillable="true" type="xs:string" />
  6. <xs:element minOccurs="0" name="EntityFullName" nillable="true" type="xs:string" />
  7. <xs:element minOccurs="0" name="FileContent" nillable="true" type="xs:base64Binary" />
  8. <xs:element minOccurs="0" name="FileLength" type="xs:int" />
  9. <xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string" />
  10. <xs:element minOccurs="0" name="FileSize" nillable="true" type="xs:string" />
  11. <xs:element minOccurs="0" name="OrgCode" nillable="true" type="xs:string" />
  12. </xs:sequence>
  13. </xs:complexType>
  14. <xs:element name="CreateAPBillFileSV.APBillFileModel" nillable="true" type="tns:CreateAPBillFileSV.APBillFileModel" />
  15. <xs:complexType name="CreateAPBillFileSV.OperationResult">
  16. <xs:sequence>
  17. <xs:element minOccurs="0" name="IsSuccess" type="xs:boolean" />
  18. <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
  19. </xs:sequence>
  20. </xs:complexType>
  21. <xs:element name="CreateAPBillFileSV.OperationResult" nillable="true" type="tns:CreateAPBillFileSV.OperationResult" />
  22. </xs:schema>