schangxiang@126.com
2025-09-04 b4add98f10dc26f24c6fd0765ebf4806bb6d3dda
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/yunneiWCS.Models" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/yunneiWCS.Models" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="DeviceTaskNoEntity">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgvTaskNo" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PlcTaskNo" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DeviceTaskNoEntity" nillable="true" type="tns:DeviceTaskNoEntity" />
</xs:schema>