41 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 | |
|   <xs:complexType name="WcfWmsPlate">
 | |
|     <xs:sequence>
 | |
|       <xs:element minOccurs="0" name="color" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="createtime" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="customerId" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="dr" type="xs:boolean" />
 | |
|       <xs:element minOccurs="0" name="driver" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="height" type="xs:decimal" />
 | |
|       <xs:element minOccurs="0" name="id" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="inPlate" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="lastmodified" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="length" type="xs:decimal" />
 | |
|       <xs:element minOccurs="0" name="load" type="xs:decimal" />
 | |
|       <xs:element minOccurs="0" name="locationId" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="operater" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="owner" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="partion" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="pickOrderNo" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="plateId" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="plateLevel" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="preInOrderNo" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="spec" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="state" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="terminal" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="transNo" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="type" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="volume" type="xs:decimal" />
 | |
|       <xs:element minOccurs="0" name="waveNo" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="width" type="xs:decimal" />
 | |
|     </xs:sequence>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="WcfWmsPlate" nillable="true" type="tns:WcfWmsPlate" />
 | |
|   <xs:complexType name="ArrayOfWcfWmsPlate">
 | |
|     <xs:sequence>
 | |
|       <xs:element minOccurs="0" maxOccurs="unbounded" name="WcfWmsPlate" nillable="true" type="tns:WcfWmsPlate" />
 | |
|     </xs:sequence>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="ArrayOfWcfWmsPlate" nillable="true" type="tns:ArrayOfWcfWmsPlate" />
 | |
| </xs:schema> |