<?xml version="1.0" encoding="utf-8"?>

<bestelling xmlns="http://www.webwinkel.nl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
		http://www.webwinkel.nl
		file:///H:/XMLbestanden/webwinkel.xsd">

    <datum>
        <dag>13</dag>
        <maand>01</maand>
        <jaar>2001</jaar>
    </datum>
    <klantnaam>Erwin Krol</klantnaam>
    <product>
        <productid>B-431</productid>
        <omschrijving>weerstation</omschrijving>
        <aantal>5</aantal>
    </product>
    <product>
        <productid>B-432</productid>
        <omschrijving>thermometer</omschrijving>
        <aantal>2</aantal>
    </product>
    <product>
        <productid>B-434</productid>
        <omschrijving>windmeter</omschrijving>
        <aantal>3</aantal>
    </product>
</bestelling>
