纽威
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.

33 lines
2.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.CallAgvTask" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.CallAgvTask" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="CallAgvTask.TaskData">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="podCode" nillable="true" type="xs:string" />
  6. <xs:element minOccurs="0" name="positionCodePath" nillable="true" type="tns:ArrayOfCallAgvTask.positionCodePath" />
  7. <xs:element minOccurs="0" name="reqCode" nillable="true" type="xs:string" />
  8. <xs:element minOccurs="0" name="taskTyp" nillable="true" type="xs:string" />
  9. </xs:sequence>
  10. </xs:complexType>
  11. <xs:element name="CallAgvTask.TaskData" nillable="true" type="tns:CallAgvTask.TaskData" />
  12. <xs:complexType name="ArrayOfCallAgvTask.positionCodePath">
  13. <xs:sequence>
  14. <xs:element minOccurs="0" maxOccurs="unbounded" name="CallAgvTask.positionCodePath" nillable="true" type="tns:CallAgvTask.positionCodePath" />
  15. </xs:sequence>
  16. </xs:complexType>
  17. <xs:element name="ArrayOfCallAgvTask.positionCodePath" nillable="true" type="tns:ArrayOfCallAgvTask.positionCodePath" />
  18. <xs:complexType name="CallAgvTask.positionCodePath">
  19. <xs:sequence>
  20. <xs:element minOccurs="0" name="positionCode" nillable="true" type="xs:string" />
  21. <xs:element minOccurs="0" name="type" nillable="true" type="xs:string" />
  22. </xs:sequence>
  23. </xs:complexType>
  24. <xs:element name="CallAgvTask.positionCodePath" nillable="true" type="tns:CallAgvTask.positionCodePath" />
  25. <xs:complexType name="CallAgvTask.OperationResult">
  26. <xs:sequence>
  27. <xs:element minOccurs="0" name="code" type="xs:int" />
  28. <xs:element minOccurs="0" name="data" nillable="true" type="xs:string" />
  29. <xs:element minOccurs="0" name="message" nillable="true" type="xs:string" />
  30. <xs:element minOccurs="0" name="reqCode" nillable="true" type="xs:string" />
  31. </xs:sequence>
  32. </xs:complexType>
  33. <xs:element name="CallAgvTask.OperationResult" nillable="true" type="tns:CallAgvTask.OperationResult" />
  34. </xs:schema>