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 schemaLocation="http://cncwmsqas.neway.com.cn:8063/UFIDA.WMS.ZHC.UnOrBindAgvPod.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.UnBindAgvPod" />
|
|
<xs:element name="StartCallAgvTask">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.UnBindAgvPod" minOccurs="0" name="InputData" nillable="true" type="q1:UnBindAgvPod.TaskData" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="StartCallAgvTaskResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.UnBindAgvPod" minOccurs="0" name="StartCallAgvTaskResult" nillable="true" type="q2:UnBindAgvPod.OperationResult" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|