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.
34 lines
2.1 KiB
34 lines
2.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<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">
|
|
<xs:complexType name="CallAgvTask.TaskData">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="podCode" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="positionCodePath" nillable="true" type="tns:ArrayOfCallAgvTask.positionCodePath" />
|
|
<xs:element minOccurs="0" name="reqCode" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="taskTyp" nillable="true" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="CallAgvTask.TaskData" nillable="true" type="tns:CallAgvTask.TaskData" />
|
|
<xs:complexType name="ArrayOfCallAgvTask.positionCodePath">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="CallAgvTask.positionCodePath" nillable="true" type="tns:CallAgvTask.positionCodePath" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="ArrayOfCallAgvTask.positionCodePath" nillable="true" type="tns:ArrayOfCallAgvTask.positionCodePath" />
|
|
<xs:complexType name="CallAgvTask.positionCodePath">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="positionCode" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="type" nillable="true" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="CallAgvTask.positionCodePath" nillable="true" type="tns:CallAgvTask.positionCodePath" />
|
|
<xs:complexType name="CallAgvTask.OperationResult">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="code" type="xs:int" />
|
|
<xs:element minOccurs="0" name="data" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="message" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="reqCode" nillable="true" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="CallAgvTask.OperationResult" nillable="true" type="tns:CallAgvTask.OperationResult" />
|
|
</xs:schema>
|