Page MenuHomec4science

schema.xml
No OneTemporary

File Metadata

Created
Thu, Jan 23, 03:53

schema.xml

<?xml version="1.0" encoding="utf-8"?>
<pyblio-schema>
<attribute id="enum-a" type="txo" group="a">
<name>Enum A</name>
</attribute>
<attribute id="enum-b" type="txo" group="b">
<name>Enum B</name>
</attribute>
<attribute id="author" type="person">
<name>Author</name>
</attribute>
<attribute id="title" type="text">
<name>Title</name>
</attribute>
<attribute id="url" type="url">
<name>URL</name>
</attribute>
<txo-group id="a">
<txo-item id="1">
<name lang="C">J</name>
<name>Journal</name>
</txo-item>
<txo-item id="2">
<name lang="C">B</name>
<name>Book</name>
</txo-item>
</txo-group>
<txo-group id="b">
<txo-item id="1">
<name>Journal</name>
</txo-item>
<txo-item id="2">
<name>Book</name>
</txo-item>
</txo-group>
</pyblio-schema>

Event Timeline