22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" xmlns:xs="http://www.w3.org/2001/XMLSchema"> | ||
|  |   <xs:simpleType name="enumOutStoreType"> | ||
|  |     <xs:restriction base="xs:string"> | ||
|  |       <xs:enumeration value="销售出库" /> | ||
|  |       <xs:enumeration value="补货出库" /> | ||
|  |       <xs:enumeration value="拣货出库" /> | ||
|  |       <xs:enumeration value="播种拣货出库" /> | ||
|  |       <xs:enumeration value="混合拣货出库" /> | ||
|  |       <xs:enumeration value="配货汇总拣货出库" /> | ||
|  |       <xs:enumeration value="返厂出库" /> | ||
|  |       <xs:enumeration value="移库出库" /> | ||
|  |       <xs:enumeration value="调拨出库" /> | ||
|  |       <xs:enumeration value="报废出库" /> | ||
|  |       <xs:enumeration value="直通出库" /> | ||
|  |       <xs:enumeration value="领用出库" /> | ||
|  |       <xs:enumeration value="无单入库" /> | ||
|  |       <xs:enumeration value="货位下架" /> | ||
|  |     </xs:restriction> | ||
|  |   </xs:simpleType> | ||
|  |   <xs:element name="enumOutStoreType" nillable="true" type="tns:enumOutStoreType" /> | ||
|  | </xs:schema> |