<?xml version="1.0" standalone="yes"?>
<Bibliotecario>
<xs:schema id="Bibliotecario" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Bookmarks">
<xs:complexType>
<xs:sequence>
<xs:element name="Id" type="xs:int" minOccurs="0" />
<xs:element name="Titolo" type="xs:string" minOccurs="0" />
<xs:element name="Uri" type="xs:string" minOccurs="0" />
<xs:element name="Genere" type="xs:string" minOccurs="0" />
<xs:element name="UltimaMod" type="xs:dateTime" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Ident">
<xs:complexType>
<xs:sequence>
<xs:element name="Nome" type="xs:string" minOccurs="0" />
<xs:element name="Quant" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<Bookmarks>
<Id>1</Id>
<Uri>http://www.oreilly.com/</Uri>
<Genere>Editore</Genere>
<UltimaMod>2011-09-01T11:16:17.9401388+02:00</UltimaMod>
<Bookmarks>
<Id>2</Id>
<Titolo>Manning</Titolo>
<Uri>http://www.Manning.com/</Uri>
<UltimaMod>2011-09-01T11:16:17.9401388+02:00</UltimaMod>
<Bookmarks>
<Id>3</Id>
<Titolo>WPF Tips & tricks</Titolo>
<Uri>http://www.wpfitalia.it/</Uri>
<UltimaMod>2011-09-01T11:16:17.9401388+02:00</UltimaMod>
<Ident>
<Nome>Bookmarks</Nome>
</Ident>
</Bibliotecario>