31 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.8 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="WcfLot">
 | |
|     <xs:sequence>
 | |
|       <xs:element minOccurs="0" name="ID" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="createtime" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="dr" type="xs:boolean" />
 | |
|       <xs:element minOccurs="0" name="lastmodified" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="lotName" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="operater" type="xs:int" />
 | |
|     </xs:sequence>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="WcfLot" nillable="true" type="tns:WcfLot" />
 | |
|   <xs:complexType name="WcfLotAtt">
 | |
|     <xs:sequence>
 | |
|       <xs:element minOccurs="0" name="ID" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="attName" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="attType" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="createtime" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="dr" type="xs:boolean" />
 | |
|       <xs:element minOccurs="0" name="isList" type="xs:boolean" />
 | |
|       <xs:element minOccurs="0" name="isOptional" type="xs:boolean" />
 | |
|       <xs:element minOccurs="0" name="lastmodified" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="listId" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="lotId" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="operater" type="xs:int" />
 | |
|     </xs:sequence>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="WcfLotAtt" nillable="true" type="tns:WcfLotAtt" />
 | |
| </xs:schema> |