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

2 weeks ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import namespace="http://www.UFIDA.org/EntityData" />
  4. <xs:import namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.ISV.CreatePriceListSV" />
  5. <xs:element name="CustCreatePriceList">
  6. <xs:complexType>
  7. <xs:sequence>
  8. <xs:element xmlns:q1="http://www.UFIDA.org/EntityData" minOccurs="0" name="priceList" nillable="true" type="q1:ArrayOfUFIDA.U9.Cust.CustCreatePriceListSRV.PriceDataData" />
  9. </xs:sequence>
  10. </xs:complexType>
  11. </xs:element>
  12. <xs:element name="CustCreatePriceListResponse">
  13. <xs:complexType>
  14. <xs:sequence>
  15. <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/UFIDA.U9.ISV.CreatePriceListSV" minOccurs="0" name="CustCreatePriceListResult" nillable="true" type="q2:CustCallUFIDAISVCreatePriceListSrvSub.OperationResult" />
  16. </xs:sequence>
  17. </xs:complexType>
  18. </xs:element>
  19. </xs:schema>