Page MenuHomec4science

exp-simple.xml
No OneTemporary

File Metadata

Created
Wed, Jan 8, 06:42

exp-simple.xml

<?xml version="1.0" encoding="utf-8"?>
<pyblio-db>
<pyblio-schema>
<attribute id="author" type="person">
<name>Author</name>
</attribute>
<attribute id="doctype" type="txo" group="doctype">
<name>Document Type</name>
</attribute>
<attribute id="id" type="id">
<name>BibTeX Key</name>
</attribute>
<attribute id="journal" type="text">
<name>Journal</name>
</attribute>
<attribute id="note" type="text">
<name>Note</name>
</attribute>
<attribute id="number" type="text">
<name>Number</name>
</attribute>
<attribute id="title" type="text">
<name>Title</name>
</attribute>
<txo-group id="doctype">
<txo-item id="1">
<name lang="C">Article</name>
</txo-item>
</txo-group>
</pyblio-schema>
<entry id="2">
<attribute id="author">
<person first="Frederic" last="Gobry"/>
<person first="First" last="Last"/>
</attribute>
<attribute id="doctype">
<txo group="doctype" id="1"/>
</attribute>
<attribute id="id">
<id value="toto2"/>
</attribute>
<attribute id="journal">
<text>My journal</text>
</attribute>
<attribute id="note">
<text>a { and a }</text>
</attribute>
<attribute id="number">
<text>123</text>
</attribute>
<attribute id="title">
<text>This is a title that should span SEveral lines because it is
waaaaay too long for a single line. anyway. GRONF.</text>
</attribute>
</entry>
</pyblio-db>

Event Timeline