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.
19 lines
1.0 KiB
19 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://www.UFIDA.org/EntityData" />
|
|
<xs:import namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.ISV.CreatePriceListSV" />
|
|
<xs:element name="CustCreatePriceList">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q1="http://www.UFIDA.org/EntityData" minOccurs="0" name="priceList" nillable="true" type="q1:ArrayOfUFIDA.U9.Cust.CustCreatePriceListSRV.PriceDataData" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="CustCreatePriceListResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/UFIDA.U9.ISV.CreatePriceListSV" minOccurs="0" name="CustCreatePriceListResult" nillable="true" type="q2:CustCallUFIDAISVCreatePriceListSrvSub.OperationResult" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|