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.
18 lines
1.0 KiB
18 lines
1.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc" />
|
|
<xs:element name="CustCreateAPBill">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc" minOccurs="0" name="APBillList" nillable="true" type="q1:ArrayOfCustCreateApBySrcDocSrv.CreateAPBillModel" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="CustCreateAPBillResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc" minOccurs="0" name="CustCreateAPBillResult" nillable="true" type="q2:CustCreateApBySrcDocSrv.ReturnNEWModel" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|