<?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/SiaSun.LMS.Enum" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/SiaSun.LMS.Enum" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import schemaLocation="http://localhost:8888/srv/PDA.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:simpleType name="FLAG"> <xs:restriction base="xs:string"> <xs:enumeration value="Enable"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="DisEnable"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="FLAG" nillable="true" type="tns:FLAG" /> <xs:simpleType name="FULL_FLAG"> <xs:restriction base="xs:string"> <xs:enumeration value="FULL"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="PART"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="FULL_FLAG" nillable="true" type="tns:FULL_FLAG" /> <xs:simpleType name="BOX_FLAG"> <xs:restriction base="xs:string"> <xs:enumeration value="Full" /> <xs:enumeration value="Part" /> <xs:enumeration value="Mix" /> </xs:restriction> </xs:simpleType> <xs:element name="BOX_FLAG" nillable="true" type="tns:BOX_FLAG" /> <xs:simpleType name="OUT_RULES"> <xs:restriction base="xs:string"> <xs:enumeration value="FIFO" /> <xs:enumeration value="PART" /> <xs:enumeration value="SAMPLE" /> </xs:restriction> </xs:simpleType> <xs:element name="OUT_RULES" nillable="true" type="tns:OUT_RULES" /> <xs:simpleType name="CONTROL_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="Up"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Down"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Move"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="MoveStation"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="CONTROL_TYPE" nillable="true" type="tns:CONTROL_TYPE" /> <xs:simpleType name="PLAN_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="py" /> <xs:enumeration value="pk" /> </xs:restriction> </xs:simpleType> <xs:element name="PLAN_TYPE" nillable="true" type="tns:PLAN_TYPE" /> <xs:simpleType name="PLAN_TYPE_GROUP"> <xs:restriction base="xs:string"> <xs:enumeration value="TuiKu"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="FangXing"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="PLAN_TYPE_GROUP" nillable="true" type="tns:PLAN_TYPE_GROUP" /> <xs:simpleType name="PLAN_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="Waiting" /> <xs:enumeration value="Executing" /> <xs:enumeration value="Pause" /> <xs:enumeration value="Delete" /> <xs:enumeration value="Stop" /> <xs:enumeration value="RouteWaiting" /> <xs:enumeration value="ProduceWaiting" /> <xs:enumeration value="ProduceExecuting" /> <xs:enumeration value="ProducePause" /> <xs:enumeration value="Finish" /> <xs:enumeration value="Complete" /> </xs:restriction> </xs:simpleType> <xs:element name="PLAN_STATUS" nillable="true" type="tns:PLAN_STATUS" /> <xs:simpleType name="PLAN_INOUT"> <xs:restriction base="xs:string"> <xs:enumeration value="In"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Out"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inventory"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Move"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="PLAN_INOUT" nillable="true" type="tns:PLAN_INOUT" /> <xs:simpleType name="PLAN_LOCK_STORAGE"> <xs:restriction base="xs:string"> <xs:enumeration value="WaitDown"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="WaitPick"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="WaitOut"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="PLAN_LOCK_STORAGE" nillable="true" type="tns:PLAN_LOCK_STORAGE" /> <xs:simpleType name="DOWN_RULES"> <xs:restriction base="xs:string"> <xs:enumeration value="FIFO"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="OFO"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SFO"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="DOWN_RULES" nillable="true" type="tns:DOWN_RULES" /> <xs:simpleType name="MANAGE_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="ManageIn" /> <xs:enumeration value="ManageOut" /> <xs:enumeration value="ManageMerge" /> <xs:enumeration value="ManageMove" /> <xs:enumeration value="ManageUp" /> <xs:enumeration value="ManageDown" /> <xs:enumeration value="ManageDownOut" /> <xs:enumeration value="ManageDownPick" /> <xs:enumeration value="ManagePick" /> <xs:enumeration value="ManageRelease" /> <xs:enumeration value="StockIn" /> <xs:enumeration value="StockOut" /> <xs:enumeration value="ManageUpPR" /> <xs:enumeration value="ManageDownPR" /> <xs:enumeration value="ManageDownPickPR" /> <xs:enumeration value="ManageAdjustPR" /> <xs:enumeration value="ManageLock" /> <xs:enumeration value="ManageUnlock" /> <xs:enumeration value="ManageLockDown" /> <xs:enumeration value="ManageTransferIn" /> <xs:enumeration value="ManageTransferOut" /> <xs:enumeration value="ManageMoveDown" /> </xs:restriction> </xs:simpleType> <xs:element name="MANAGE_TYPE" nillable="true" type="tns:MANAGE_TYPE" /> <xs:simpleType name="MANAGE_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="WaitingSend" /> <xs:enumeration value="Waiting" /> <xs:enumeration value="Error" /> <xs:enumeration value="Cancel" /> <xs:enumeration value="Complete" /> <xs:enumeration value="Executing" /> <xs:enumeration value="WaitConfirm" /> <xs:enumeration value="ConfirmFinish" /> </xs:restriction> </xs:simpleType> <xs:element name="MANAGE_STATUS" nillable="true" type="tns:MANAGE_STATUS" /> <xs:simpleType name="CONTROL_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="Wait" /> <xs:enumeration value="Control_Readed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Runing"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="DeviceRuning"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="LterRouteApply"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="LterRouteReplay"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">40</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="TaskAbend"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">990</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="TaskDelete"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">900</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="EmptyOutPut"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">980</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="RepeatInput"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">970</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Finish"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">999</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="CONTROL_STATUS" nillable="true" type="tns:CONTROL_STATUS" /> <xs:simpleType name="APPLY_TASK_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="WaitHandel" /> <xs:enumeration value="Success" /> <xs:enumeration value="Fail" /> <xs:enumeration value="Handle" /> </xs:restriction> </xs:simpleType> <xs:element name="APPLY_TASK_STATUS" nillable="true" type="tns:APPLY_TASK_STATUS" /> <xs:simpleType name="AREA_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="LiKu" /> <xs:enumeration value="APR" /> <xs:enumeration value="MPR" /> <xs:enumeration value="XuNiKu" /> <xs:enumeration value="FuHeQu" /> </xs:restriction> </xs:simpleType> <xs:element name="AREA_TYPE" nillable="true" type="tns:AREA_TYPE" /> <xs:simpleType name="CELL_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="Cell" /> <xs:enumeration value="Station" /> </xs:restriction> </xs:simpleType> <xs:element name="CELL_TYPE" nillable="true" type="tns:CELL_TYPE" /> <xs:simpleType name="CELL_STORAGE_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="Single" /> <xs:enumeration value="Multiple" /> </xs:restriction> </xs:simpleType> <xs:element name="CELL_STORAGE_TYPE" nillable="true" type="tns:CELL_STORAGE_TYPE" /> <xs:simpleType name="CELL_FORK_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="Normal" /> <xs:enumeration value="Double" /> <xs:enumeration value="Multi" /> </xs:restriction> </xs:simpleType> <xs:element name="CELL_FORK_TYPE" nillable="true" type="tns:CELL_FORK_TYPE" /> <xs:simpleType name="CELL_INOUT"> <xs:restriction base="xs:string"> <xs:enumeration value="In"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Out"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="InOut"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="CELL_INOUT" nillable="true" type="tns:CELL_INOUT" /> <xs:simpleType name="CELL_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="Full" /> <xs:enumeration value="Have" /> <xs:enumeration value="Nohave" /> <xs:enumeration value="Pallet" /> <xs:enumeration value="Exception" /> </xs:restriction> </xs:simpleType> <xs:element name="CELL_STATUS" nillable="true" type="tns:CELL_STATUS" /> <xs:simpleType name="RUN_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="Disable" /> <xs:enumeration value="Enable" /> <xs:enumeration value="Run" /> <xs:enumeration value="Selected" /> </xs:restriction> </xs:simpleType> <xs:element name="RUN_STATUS" nillable="true" type="tns:RUN_STATUS" /> <xs:simpleType name="DEVICE_TYPE"> <xs:restriction base="xs:string"> <xs:enumeration value="system" /> <xs:enumeration value="auto" /> <xs:enumeration value="agv" /> </xs:restriction> </xs:simpleType> <xs:element name="DEVICE_TYPE" nillable="true" type="tns:DEVICE_TYPE" /> <xs:simpleType name="GOODS_CLASS"> <xs:restriction base="xs:string"> <xs:enumeration value="byrq"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="yfl" /> <xs:enumeration value="cp" /> </xs:restriction> </xs:simpleType> <xs:element name="GOODS_CLASS" nillable="true" type="tns:GOODS_CLASS" /> <xs:simpleType name="GOODS_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="DaiYan" /> <xs:enumeration value="QuYang" /> <xs:enumeration value="FangXing" /> <xs:enumeration value="DaiChuLi" /> <xs:enumeration value="BuHeGe"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="GOODS_STATUS" nillable="true" type="tns:GOODS_STATUS" /> <xs:simpleType name="LOCK_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="DJ"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="WDJ"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="LOCK_STATUS" nillable="true" type="tns:LOCK_STATUS" /> <xs:simpleType name="GOODS_PROPERTY_MATCH"> <xs:restriction base="xs:string"> <xs:enumeration value="ManageInProperty" /> <xs:enumeration value="ManagePickProperty" /> <xs:enumeration value="ManageInventoryProperty" /> </xs:restriction> </xs:simpleType> <xs:element name="GOODS_PROPERTY_MATCH" nillable="true" type="tns:GOODS_PROPERTY_MATCH" /> <xs:simpleType name="WORK_MODE"> <xs:restriction base="xs:string"> <xs:enumeration value="Serial"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Parallel"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="WORK_MODE" nillable="true" type="tns:WORK_MODE" /> <xs:simpleType name="ROUTE_STATUS"> <xs:restriction base="xs:string"> <xs:enumeration value="Waiting" /> <xs:enumeration value="Executing" /> <xs:enumeration value="Pause" /> <xs:enumeration value="Stop" /> <xs:enumeration value="Finish" /> </xs:restriction> </xs:simpleType> <xs:element name="ROUTE_STATUS" nillable="true" type="tns:ROUTE_STATUS" /> <xs:simpleType name="STATION_OP_MODE"> <xs:restriction base="xs:string"> <xs:enumeration value="Send"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Produce"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Back"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="STATION_OP_MODE" nillable="true" type="tns:STATION_OP_MODE" /> <xs:simpleType name="WMI_UPDATE_TASK"> <xs:restriction base="xs:string"> <xs:enumeration value="GoodsStatus"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="LockStatus"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="RetestDate"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="WMI_UPDATE_TASK" nillable="true" type="tns:WMI_UPDATE_TASK" /> <xs:simpleType name="WMI_FLAG"> <xs:restriction base="xs:string"> <xs:enumeration value="Waiting" /> <xs:enumeration value="Executing" /> <xs:enumeration value="Complete" /> <xs:enumeration value="Error" /> <xs:enumeration value="Update" /> <xs:enumeration value="Finish" /> <xs:enumeration value="Stop" /> </xs:restriction> </xs:simpleType> <xs:element name="WMI_FLAG" nillable="true" type="tns:WMI_FLAG" /> <xs:simpleType name="MessageConverter"> <xs:restriction base="xs:string"> <xs:enumeration value="Null" /> <xs:enumeration value="Type" /> <xs:enumeration value="Length" /> <xs:enumeration value="Weight" /> <xs:enumeration value="Input" /> <xs:enumeration value="Data" /> <xs:enumeration value="Exists" /> <xs:enumeration value="Save" /> <xs:enumeration value="Delete" /> <xs:enumeration value="Cancel" /> <xs:enumeration value="Print" /> <xs:enumeration value="Close" /> <xs:enumeration value="Exit" /> <xs:enumeration value="CheckStack" /> <xs:enumeration value="CheckStorage" /> <xs:enumeration value="CheckTechnicsType" /> <xs:enumeration value="CheckStoragePosition" /> <xs:enumeration value="CheckCellModel" /> <xs:enumeration value="CheckOccupyPercent" /> <xs:enumeration value="CheckStockBarCode" /> <xs:enumeration value="CheckStackNo" /> <xs:enumeration value="CheckWareHouse" /> <xs:enumeration value="CheckArea" /> <xs:enumeration value="CheckLaneway" /> <xs:enumeration value="CheckStartArea" /> <xs:enumeration value="CheckEndArea" /> <xs:enumeration value="CheckPosition" /> <xs:enumeration value="CheckStartPosition" /> <xs:enumeration value="CheckEndPosition" /> <xs:enumeration value="CheckStationCode" /> <xs:enumeration value="CheckStationDeviceCode" /> <xs:enumeration value="CheckLoginUser" /> <xs:enumeration value="CheckAssisQuantity" /> <xs:enumeration value="CheckBoxNo" /> <xs:enumeration value="ConfirmAssembly" /> <xs:enumeration value="ConfirmExecute" /> <xs:enumeration value="ConfirmCreateTask" /> <xs:enumeration value="ConfirmCreatePlan" /> <xs:enumeration value="SelectCount" /> <xs:enumeration value="AllowSelectOneOnly" /> <xs:enumeration value="AffectCount" /> <xs:enumeration value="FailRollBack" /> <xs:enumeration value="TaskComplete" /> <xs:enumeration value="CheckProType" /> </xs:restriction> </xs:simpleType> <xs:element name="MessageConverter" nillable="true" type="tns:MessageConverter" /> </xs:schema>