36 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			36 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="WcfErp_bussinessDoc"> | ||
|  |     <xs:sequence> | ||
|  |       <xs:element minOccurs="0" name="ID" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="address" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="businessCode" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="businessId" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="businessName" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="contact" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="createtime" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="dftAddress" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="dr" type="xs:boolean" /> | ||
|  |       <xs:element minOccurs="0" name="eMail" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="entId" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="ext1" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="ext2" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="ext3" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="ext4" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="fax" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="invoiceAddress" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="invoiceHead" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="invoiceNo" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="lastmodified" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="manger" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="mem" 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="pinyin" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="status" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="type" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="zipCode" nillable="true" type="xs:string" /> | ||
|  |     </xs:sequence> | ||
|  |   </xs:complexType> | ||
|  |   <xs:element name="WcfErp_bussinessDoc" nillable="true" type="tns:WcfErp_bussinessDoc" /> | ||
|  | </xs:schema> |