1 <?xml version="1.0" standalone="yes"?>
2 <xs:schema id=
"NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
3   <xs:element name=
"NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
4     <xs:complexType>
5       <xs:choice minOccurs=
"0" maxOccurs="unbounded">
6         <xs:element name=
"Table1">
7           <xs:complexType>
8             <xs:sequence>
9               <xs:element name=
"SupplierID" type="xs:string" minOccurs="0" />
10               <xs:element name=
"Name" type="xs:string" minOccurs="0" />
11               <xs:element name=
"City" type="xs:string" minOccurs="0" />
12               <xs:element name=
"ContactNo" type="xs:string" minOccurs="0" />
13               <xs:element name=
"Column1" type="xs:decimal" minOccurs="0" />
14             </xs:sequence>
15           </xs:complexType>
16         </xs:element>
17       </xs:choice>
18     </xs:complexType>
19   </xs:element>
20 </xs:schema>


Gõ tìm kiếm nhanh...