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=
"Column1" type="xs:string" minOccurs="0" />
10               <xs:element name=
"Column2" type="xs:string" minOccurs="0" />
11               <xs:element name=
"SellingPrice" type="xs:decimal" minOccurs="0" />
12               <xs:element name=
"Discount" type="xs:decimal" minOccurs="0" />
13               <xs:element name=
"VAT" type="xs:decimal" minOccurs="0" />
14               <xs:element name=
"Qty" type="xs:int" minOccurs="0" />
15             </xs:sequence>
16           </xs:complexType>
17         </xs:element>
18       </xs:choice>
19     </xs:complexType>
20   </xs:element>
21 </xs:schema>


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