⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 orders.xml

📁 Some time during my development works I had the need of printing the contents of a ListView control.
💻 XML
📖 第 1 页 / 共 5 页
字号:
<?xml version="1.0" standalone="yes"?>
<Northwind>
  <xs:schema id="Northwind" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="Northwind" msdata:IsDataSet="true" msdata:Locale="it-IT">
      <xs:complexType>
        <xs:choice maxOccurs="unbounded">
          <xs:element name="ORDERS">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="OrderID" type="xs:int" minOccurs="0" />
                <xs:element name="CustomerID" type="xs:string" minOccurs="0" />
                <xs:element name="EmployeeID" type="xs:int" minOccurs="0" />
                <xs:element name="OrderDate" type="xs:dateTime" minOccurs="0" />
                <xs:element name="RequiredDate" type="xs:dateTime" minOccurs="0" />
                <xs:element name="ShippedDate" type="xs:dateTime" minOccurs="0" />
                <xs:element name="ShipVia" type="xs:int" minOccurs="0" />
                <xs:element name="Freight" type="xs:decimal" minOccurs="0" />
                <xs:element name="ShipName" type="xs:string" minOccurs="0" />
                <xs:element name="ShipAddress" type="xs:string" minOccurs="0" />
                <xs:element name="ShipCity" type="xs:string" minOccurs="0" />
                <xs:element name="ShipRegion" type="xs:string" minOccurs="0" />
                <xs:element name="ShipPostalCode" type="xs:string" minOccurs="0" />
                <xs:element name="ShipCountry" type="xs:string" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  <ORDERS>
    <OrderID>10248</OrderID>
    <CustomerID>VINET</CustomerID>
    <EmployeeID>5</EmployeeID>
    <OrderDate>1996-07-04T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-01T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-16T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>32.38</Freight>
    <ShipName>Vins et alcools Chevalier</ShipName>
    <ShipAddress>59 rue de l'Abbaye</ShipAddress>
    <ShipCity>Reims</ShipCity>
    <ShipPostalCode>51100</ShipPostalCode>
    <ShipCountry>France</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10249</OrderID>
    <CustomerID>TOMSP</CustomerID>
    <EmployeeID>6</EmployeeID>
    <OrderDate>1996-07-05T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-16T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-10T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>1</ShipVia>
    <Freight>11.61</Freight>
    <ShipName>Toms Spezialit盲ten</ShipName>
    <ShipAddress>Luisenstr. 48</ShipAddress>
    <ShipCity>M眉nster</ShipCity>
    <ShipPostalCode>44087</ShipPostalCode>
    <ShipCountry>Germany</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10250</OrderID>
    <CustomerID>HANAR</CustomerID>
    <EmployeeID>4</EmployeeID>
    <OrderDate>1996-07-08T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-05T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-12T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>2</ShipVia>
    <Freight>65.83</Freight>
    <ShipName>Hanari Carnes</ShipName>
    <ShipAddress>Rua do Pa莽o, 67</ShipAddress>
    <ShipCity>Rio de Janeiro</ShipCity>
    <ShipRegion>RJ</ShipRegion>
    <ShipPostalCode>05454-876</ShipPostalCode>
    <ShipCountry>Brazil</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10251</OrderID>
    <CustomerID>VICTE</CustomerID>
    <EmployeeID>3</EmployeeID>
    <OrderDate>1996-07-08T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-05T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-15T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>1</ShipVia>
    <Freight>41.34</Freight>
    <ShipName>Victuailles en stock</ShipName>
    <ShipAddress>2, rue du Commerce</ShipAddress>
    <ShipCity>Lyon</ShipCity>
    <ShipPostalCode>69004</ShipPostalCode>
    <ShipCountry>France</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10252</OrderID>
    <CustomerID>SUPRD</CustomerID>
    <EmployeeID>4</EmployeeID>
    <OrderDate>1996-07-09T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-06T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-11T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>2</ShipVia>
    <Freight>51.3</Freight>
    <ShipName>Supr锚mes d茅lices</ShipName>
    <ShipAddress>Boulevard Tirou, 255</ShipAddress>
    <ShipCity>Charleroi</ShipCity>
    <ShipPostalCode>B-6000</ShipPostalCode>
    <ShipCountry>Belgium</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10253</OrderID>
    <CustomerID>HANAR</CustomerID>
    <EmployeeID>3</EmployeeID>
    <OrderDate>1996-07-10T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-07-24T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-16T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>2</ShipVia>
    <Freight>58.17</Freight>
    <ShipName>Hanari Carnes</ShipName>
    <ShipAddress>Rua do Pa莽o, 67</ShipAddress>
    <ShipCity>Rio de Janeiro</ShipCity>
    <ShipRegion>RJ</ShipRegion>
    <ShipPostalCode>05454-876</ShipPostalCode>
    <ShipCountry>Brazil</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10254</OrderID>
    <CustomerID>CHOPS</CustomerID>
    <EmployeeID>5</EmployeeID>
    <OrderDate>1996-07-11T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-08T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-23T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>2</ShipVia>
    <Freight>22.98</Freight>
    <ShipName>Chop-suey Chinese</ShipName>
    <ShipAddress>Hauptstr. 31</ShipAddress>
    <ShipCity>Bern</ShipCity>
    <ShipPostalCode>3012</ShipPostalCode>
    <ShipCountry>Switzerland</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10255</OrderID>
    <CustomerID>RICSU</CustomerID>
    <EmployeeID>9</EmployeeID>
    <OrderDate>1996-07-12T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-09T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-15T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>148.33</Freight>
    <ShipName>Richter Supermarkt</ShipName>
    <ShipAddress>Starenweg 5</ShipAddress>
    <ShipCity>Gen猫ve</ShipCity>
    <ShipPostalCode>1204</ShipPostalCode>
    <ShipCountry>Switzerland</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10256</OrderID>
    <CustomerID>WELLI</CustomerID>
    <EmployeeID>3</EmployeeID>
    <OrderDate>1996-07-15T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-12T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-17T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>2</ShipVia>
    <Freight>13.97</Freight>
    <ShipName>Wellington Importadora</ShipName>
    <ShipAddress>Rua do Mercado, 12</ShipAddress>
    <ShipCity>Resende</ShipCity>
    <ShipRegion>SP</ShipRegion>
    <ShipPostalCode>08737-363</ShipPostalCode>
    <ShipCountry>Brazil</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10257</OrderID>
    <CustomerID>HILAA</CustomerID>
    <EmployeeID>4</EmployeeID>
    <OrderDate>1996-07-16T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-13T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-22T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>81.91</Freight>
    <ShipName>HILARION-Abastos</ShipName>
    <ShipAddress>Carrera 22 con Ave. Carlos Soublette #8-35</ShipAddress>
    <ShipCity>San Crist贸bal</ShipCity>
    <ShipRegion>T谩chira</ShipRegion>
    <ShipPostalCode>5022</ShipPostalCode>
    <ShipCountry>Venezuela</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10258</OrderID>
    <CustomerID>ERNSH</CustomerID>
    <EmployeeID>1</EmployeeID>
    <OrderDate>1996-07-17T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-14T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-23T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>1</ShipVia>
    <Freight>140.51</Freight>
    <ShipName>Ernst Handel</ShipName>
    <ShipAddress>Kirchgasse 6</ShipAddress>
    <ShipCity>Graz</ShipCity>
    <ShipPostalCode>8010</ShipPostalCode>
    <ShipCountry>Austria</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10259</OrderID>
    <CustomerID>CENTC</CustomerID>
    <EmployeeID>4</EmployeeID>
    <OrderDate>1996-07-18T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-15T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-25T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>3.25</Freight>
    <ShipName>Centro comercial Moctezuma</ShipName>
    <ShipAddress>Sierras de Granada 9993</ShipAddress>
    <ShipCity>M茅xico D.F.</ShipCity>
    <ShipPostalCode>05022</ShipPostalCode>
    <ShipCountry>Mexico</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10260</OrderID>
    <CustomerID>OTTIK</CustomerID>
    <EmployeeID>4</EmployeeID>
    <OrderDate>1996-07-19T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-16T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-29T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>1</ShipVia>
    <Freight>55.09</Freight>
    <ShipName>Ottilies K盲seladen</ShipName>
    <ShipAddress>Mehrheimerstr. 369</ShipAddress>
    <ShipCity>K枚ln</ShipCity>
    <ShipPostalCode>50739</ShipPostalCode>
    <ShipCountry>Germany</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10261</OrderID>
    <CustomerID>QUEDE</CustomerID>
    <EmployeeID>4</EmployeeID>
    <OrderDate>1996-07-19T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-16T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-30T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>2</ShipVia>
    <Freight>3.05</Freight>
    <ShipName>Que Del铆cia</ShipName>
    <ShipAddress>Rua da Panificadora, 12</ShipAddress>
    <ShipCity>Rio de Janeiro</ShipCity>
    <ShipRegion>RJ</ShipRegion>
    <ShipPostalCode>02389-673</ShipPostalCode>
    <ShipCountry>Brazil</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10262</OrderID>
    <CustomerID>RATTC</CustomerID>
    <EmployeeID>8</EmployeeID>
    <OrderDate>1996-07-22T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-19T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-25T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>48.29</Freight>
    <ShipName>Rattlesnake Canyon Grocery</ShipName>
    <ShipAddress>2817 Milton Dr.</ShipAddress>
    <ShipCity>Albuquerque</ShipCity>
    <ShipRegion>NM</ShipRegion>
    <ShipPostalCode>87110</ShipPostalCode>
    <ShipCountry>USA</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10263</OrderID>
    <CustomerID>ERNSH</CustomerID>
    <EmployeeID>9</EmployeeID>
    <OrderDate>1996-07-23T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-20T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-31T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>146.06</Freight>
    <ShipName>Ernst Handel</ShipName>
    <ShipAddress>Kirchgasse 6</ShipAddress>
    <ShipCity>Graz</ShipCity>
    <ShipPostalCode>8010</ShipPostalCode>
    <ShipCountry>Austria</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10264</OrderID>
    <CustomerID>FOLKO</CustomerID>
    <EmployeeID>6</EmployeeID>
    <OrderDate>1996-07-24T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-21T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-08-23T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>3.67</Freight>
    <ShipName>Folk och f盲 HB</ShipName>
    <ShipAddress>脜kergatan 24</ShipAddress>
    <ShipCity>Br盲cke</ShipCity>
    <ShipPostalCode>S-844 67</ShipPostalCode>
    <ShipCountry>Sweden</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10265</OrderID>
    <CustomerID>BLONP</CustomerID>
    <EmployeeID>2</EmployeeID>
    <OrderDate>1996-07-25T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-22T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-08-12T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>1</ShipVia>
    <Freight>55.28</Freight>
    <ShipName>Blondel p猫re et fils</ShipName>
    <ShipAddress>24, place Kl茅ber</ShipAddress>
    <ShipCity>Strasbourg</ShipCity>
    <ShipPostalCode>67000</ShipPostalCode>
    <ShipCountry>France</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10266</OrderID>
    <CustomerID>WARTH</CustomerID>
    <EmployeeID>3</EmployeeID>
    <OrderDate>1996-07-26T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-09-06T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-07-31T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>3</ShipVia>
    <Freight>25.73</Freight>
    <ShipName>Wartian Herkku</ShipName>
    <ShipAddress>Torikatu 38</ShipAddress>
    <ShipCity>Oulu</ShipCity>
    <ShipPostalCode>90110</ShipPostalCode>
    <ShipCountry>Finland</ShipCountry>
  </ORDERS>
  <ORDERS>
    <OrderID>10267</OrderID>
    <CustomerID>FRANK</CustomerID>
    <EmployeeID>4</EmployeeID>
    <OrderDate>1996-07-29T00:00:00.0000000+02:00</OrderDate>
    <RequiredDate>1996-08-26T00:00:00.0000000+02:00</RequiredDate>
    <ShippedDate>1996-08-06T00:00:00.0000000+02:00</ShippedDate>
    <ShipVia>1</ShipVia>
    <Freight>208.58</Freight>
    <ShipName>Frankenversand</ShipName>

⌨️ 快捷键说明

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