datasetdata.xml

来自「在流览器上仿CS界面的JAVASCRIPT脚本」· XML 代码 · 共 65 行

XML
65
字号
<NewDataSet>  <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">    <xs:element name="NewDataSet" msdata:IsDataSet="true">      <xs:complexType>        <xs:choice maxOccurs="unbounded">          <xs:element name="Table">            <xs:complexType>              <xs:sequence>                <xs:element name="CategoryID" type="xs:int" minOccurs="0" />                <xs:element name="CategoryName" type="xs:string" minOccurs="0" />                <xs:element name="Description" type="xs:string" minOccurs="0" />              </xs:sequence>            </xs:complexType>          </xs:element>        </xs:choice>      </xs:complexType>    </xs:element>  </xs:schema>  <Table>    <CategoryID>1</CategoryID>    <CategoryName>Beverages</CategoryName>    <Description>Soft drinks, coffees, teas, beer, and ale</Description>  </Table>  <Table>    <CategoryID>2</CategoryID>    <CategoryName>Condiments</CategoryName>    <Description>Sweet and savory sauces, relishes, spreads, and seasonings</Description>  </Table>  <Table>    <CategoryID>3</CategoryID>    <CategoryName>Confections</CategoryName>    <Description>Desserts, candies, sweetbreads</Description>  </Table>  <Table>    <CategoryID>4</CategoryID>    <CategoryName>Dairy Products</CategoryName>    <Description>Cheeses</Description>  </Table>  <Table>    <CategoryID>5</CategoryID>    <CategoryName>Grains/Cereals</CategoryName>    <Description>Breads, crackers, pasta, and cereal</Description>  </Table>  <Table>    <CategoryID>6</CategoryID>    <CategoryName>Meat/Poultry</CategoryName>    <Description>Prepared meats</Description>  </Table>  <Table>    <CategoryID>7</CategoryID>    <CategoryName>Produce</CategoryName>    <Description>Dried fruit and bean curd</Description>  </Table>  <Table>    <CategoryID>8</CategoryID>    <CategoryName>Seafood</CategoryName>    <Description>Seaweed and fish</Description>  </Table></NewDataSet>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?