Page MenuHomec4science

resultset.xml
No OneTemporary

File Metadata

Created
Thu, Mar 13, 02:30

resultset.xml

<?xml version="1.0" encoding="utf-8"?>
<pyblio-db>
<pyblio-schema>
<attribute id="author" type="person">
<name>Author</name>
</attribute>
<attribute id="date" type="date">
<name>Date</name>
</attribute>
<attribute id="id" type="id">
<name>ID</name>
</attribute>
<attribute id="text" type="text">
<name>Text</name>
</attribute>
<attribute id="url" type="url">
<name>URL</name>
</attribute>
</pyblio-schema>
<header>Hi, I'm a database description</header>
<entry id="1">
<attribute id="author">
<person last="Last 1é"/>
<person last="Last 2"/>
</attribute>
<attribute id="date">
<date year="2003"/>
</attribute>
<attribute id="id">
<id value="Hehe"/>
</attribute>
<attribute id="text">
<text>sample text é</text>
</attribute>
<attribute id="url">
<url href="http://pybliographer.org"/>
</attribute>
</entry>
<entry id="2">
<attribute id="author">
<person last="Last 1é"/>
<person last="Last 2"/>
</attribute>
<attribute id="date">
<date year="2003"/>
</attribute>
<attribute id="id">
<id value="Hehe"/>
</attribute>
<attribute id="text">
<text>sample text é</text>
</attribute>
<attribute id="url">
<url href="http://pybliographer.org"/>
</attribute>
</entry>
<resultset id="1" name="gronf">
<ref id="1" />
<ref id="2" />
</resultset>
</pyblio-db>

Event Timeline