From 9597b1df912c1ca4401a74970d9472e268b3a9c2 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周六, 07 12月 2024 15:12:59 +0800 Subject: [PATCH] 33 --- CC/iWareCC_ASRS/Connected Services/StationService/item2.xsd | 43 ++++++++++++++++++++++++++++++++++++++----- 1 files changed, 38 insertions(+), 5 deletions(-) diff --git a/CC/iWareCC_ASRS/Connected Services/StationService/item2.xsd b/CC/iWareCC_ASRS/Connected Services/StationService/item2.xsd index d4a1fed..b12d49e 100644 --- a/CC/iWareCC_ASRS/Connected Services/StationService/item2.xsd +++ b/CC/iWareCC_ASRS/Connected Services/StationService/item2.xsd @@ -177,6 +177,7 @@ <xs:element minOccurs="0" name="deviceId" type="xs:int" /> <xs:element minOccurs="0" name="value" type="xs:boolean" /> <xs:element minOccurs="0" name="stationCode" nillable="true" type="xs:string" /> + <xs:element minOccurs="0" name="isClearData" type="xs:boolean" /> </xs:sequence> </xs:complexType> </xs:element> @@ -226,6 +227,7 @@ <xs:element name="WriteOutStoreTaskInfo"> <xs:complexType> <xs:sequence> + <xs:element minOccurs="0" name="isResetData" type="xs:boolean" /> <xs:element minOccurs="0" name="deviceId" type="xs:int" /> <xs:element minOccurs="0" name="stationCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="sourcePlaceNo" nillable="true" type="xs:string" /> @@ -246,8 +248,6 @@ <xs:element minOccurs="0" name="deviceId" type="xs:int" /> <xs:element minOccurs="0" name="stationCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="taskID" type="xs:int" /> - <xs:element minOccurs="0" name="isLast" type="xs:boolean" /> - <xs:element minOccurs="0" name="isFirst" type="xs:boolean" /> <xs:element minOccurs="0" name="length" type="xs:short" /> <xs:element minOccurs="0" name="width" type="xs:short" /> <xs:element minOccurs="0" name="height" type="xs:short" /> @@ -256,6 +256,7 @@ <xs:element minOccurs="0" name="placeX" type="xs:short" /> <xs:element minOccurs="0" name="placeY" type="xs:short" /> <xs:element minOccurs="0" name="placeZ" type="xs:short" /> + <xs:element minOccurs="0" name="lastnum" type="xs:short" /> </xs:sequence> </xs:complexType> </xs:element> @@ -287,7 +288,7 @@ <xs:sequence> <xs:element minOccurs="0" name="deviceId" type="xs:int" /> <xs:element minOccurs="0" name="stationCode" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="taskID" type="xs:int" /> + <xs:element minOccurs="0" name="taskID" type="xs:short" /> <xs:element minOccurs="0" name="length" type="xs:short" /> <xs:element minOccurs="0" name="width" type="xs:short" /> <xs:element minOccurs="0" name="cartonhigh" type="xs:short" /> @@ -336,6 +337,22 @@ </xs:sequence> </xs:complexType> </xs:element> + <xs:element name="WriteStation_ACK"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="deviceId" type="xs:int" /> + <xs:element minOccurs="0" name="value" type="xs:boolean" /> + <xs:element minOccurs="0" name="stationCode" nillable="true" type="xs:string" /> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="WriteStation_ACKResponse"> + <xs:complexType> + <xs:sequence> + <xs:element xmlns:q21="http://schemas.datacontract.org/2004/07/iWareSda" minOccurs="0" name="WriteStation_ACKResult" nillable="true" type="q21:SdaResEntity" /> + </xs:sequence> + </xs:complexType> + </xs:element> <xs:element name="WriteScanValidateACK"> <xs:complexType> <xs:sequence> @@ -350,7 +367,7 @@ <xs:element name="WriteScanValidateACKResponse"> <xs:complexType> <xs:sequence> - <xs:element xmlns:q21="http://schemas.datacontract.org/2004/07/iWareSda" minOccurs="0" name="WriteScanValidateACKResult" nillable="true" type="q21:SdaResEntity" /> + <xs:element xmlns:q22="http://schemas.datacontract.org/2004/07/iWareSda" minOccurs="0" name="WriteScanValidateACKResult" nillable="true" type="q22:SdaResEntity" /> </xs:sequence> </xs:complexType> </xs:element> @@ -368,7 +385,23 @@ <xs:element name="WriteStation_XigangGetDataForOutResponse"> <xs:complexType> <xs:sequence> - <xs:element xmlns:q22="http://schemas.datacontract.org/2004/07/iWareSda" minOccurs="0" name="WriteStation_XigangGetDataForOutResult" nillable="true" type="q22:SdaResEntity" /> + <xs:element xmlns:q23="http://schemas.datacontract.org/2004/07/iWareSda" minOccurs="0" name="WriteStation_XigangGetDataForOutResult" nillable="true" type="q23:SdaResEntity" /> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="WriteStation_AllowIn"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="deviceId" type="xs:int" /> + <xs:element minOccurs="0" name="value" type="xs:boolean" /> + <xs:element minOccurs="0" name="stationCode" nillable="true" type="xs:string" /> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="WriteStation_AllowInResponse"> + <xs:complexType> + <xs:sequence> + <xs:element xmlns:q24="http://schemas.datacontract.org/2004/07/iWareSda" minOccurs="0" name="WriteStation_AllowInResult" nillable="true" type="q24:SdaResEntity" /> </xs:sequence> </xs:complexType> </xs:element> -- Gitblit v1.9.3