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.
 
 
 
 
 

57 lines
4.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<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">
<xs:complexType name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillModel">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="CustCreateApBySrcDocSrv.CreateAPBillModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillModel" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillModel" nillable="true" type="tns:ArrayOfCustCreateApBySrcDocSrv.CreateAPBillModel" />
<xs:complexType name="CustCreateApBySrcDocSrv.CreateAPBillModel">
<xs:sequence>
<xs:element minOccurs="0" name="DepCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MUSER" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubjectCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="VenPayCond" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="WorkPoint" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cContactCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cContactName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cPBVBillType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cPBVCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cPBVMaker" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cVenAccount" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cVenBank" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cVenCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="dPBVDate" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="dVouDate" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="details" nillable="true" type="tns:ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel" />
<xs:element minOccurs="0" name="iPBVTaxRate" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="CustCreateApBySrcDocSrv.CreateAPBillModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillModel" />
<xs:complexType name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="CustCreateApBySrcDocSrv.CreateAPBillLineModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillLineModel" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel" nillable="true" type="tns:ArrayOfCustCreateApBySrcDocSrv.CreateAPBillLineModel" />
<xs:complexType name="CustCreateApBySrcDocSrv.CreateAPBillLineModel">
<xs:sequence>
<xs:element minOccurs="0" name="Month" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ReturnDocID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ReturnDocLineID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="WorkPoint" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Year" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cInvCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="iPBVQuantity" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="CustCreateApBySrcDocSrv.CreateAPBillLineModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.CreateAPBillLineModel" />
<xs:complexType name="CustCreateApBySrcDocSrv.ReturnNEWModel">
<xs:sequence>
<xs:element minOccurs="0" name="DocNo" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IsSuccess" type="xs:boolean" />
<xs:element minOccurs="0" name="MESSAGE" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="CustCreateApBySrcDocSrv.ReturnNEWModel" nillable="true" type="tns:CustCreateApBySrcDocSrv.ReturnNEWModel" />
</xs:schema>