20 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.wms.Data.Model.Wcf" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.wms.Data.Model.Wcf" xmlns:xs="http://www.w3.org/2001/XMLSchema"> | ||
|  |   <xs:complexType name="WcfOnline"> | ||
|  |     <xs:sequence> | ||
|  |       <xs:element minOccurs="0" name="contact" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="create_time" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="custId" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="custName" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="dr" type="xs:boolean" /> | ||
|  |       <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="id" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="lastmodified" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="msg" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="operater" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="phone" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="state" type="xs:int" /> | ||
|  |     </xs:sequence> | ||
|  |   </xs:complexType> | ||
|  |   <xs:element name="WcfOnline" nillable="true" type="tns:WcfOnline" /> | ||
|  | </xs:schema> |