[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
lib
/
pkp
/
xml
/
schema
/
[
Home
]
File: signoff.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema SYSTEM "../../dtd/xmlSchema.dtd"> <!-- * signoff.xml * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Signoff schema in XML. --> <schema version="0.2"> <!-- * * TABLE signoffs * --> <table name="signoffs"> <field name="signoff_id" type="I8"> <KEY /> <AUTOINCREMENT/> </field> <field name="symbolic" type="C2" size="32"> <NOTNULL/> </field> <field name="assoc_type" type="I8"> <NOTNULL/> <DEFAULT VALUE="0"/> </field> <field name="assoc_id" type="I8"> <NOTNULL/> <DEFAULT VALUE="0"/> </field> <field name="user_id" type="I8"> <NOTNULL/> </field> <field name="file_id" type="I8" /> <field name="file_revision" type="I8" /> <field name="date_notified" type="T"/> <field name="date_underway" type="T"/> <field name="date_completed" type="T"/> <field name="date_acknowledged" type="T"/> <field name="user_group_id" type="I8" /> <descr>Signoffs</descr> <index name="signoff_symbolic"> <col>assoc_type</col> <col>assoc_id</col> <col>symbolic</col> <col>user_id</col> <col>user_group_id</col> <col>file_id</col> <col>file_revision</col> <UNIQUE /> </index> </table> </schema>