<?xml version="1.0"?>
<Schema name="Produkty" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
<ElementType name="IDProduktu" content="textOnly" dt:type="string"/>
<ElementType name="NazwaProduktu" content="textOnly" dt:type="string"/>
<ElementType name="CenaProduktu" content="textOnly" dt:type="float"/>
   <ElementType name="Produkt" content="eltOnly">
      <element type="IDProduktu"/>
      <element type="NazwaProduktu"/>
      <element type="CenaProduktu"/>
</ElementType>
   <ElementType name="Produkty" content="eltOnly">
      <element type="Produkt" minOccurs="0" maxOccurs="*"/>
   </ElementType>
</Schema>
