~freevial/freevial/data-sources

1 by Siegfried-Angel Gevatter Pujals
Initial commit; moving data sources to this new repository.
1
<?xml version="1.0" encoding="utf-8"?>
2
<!DOCTYPE freevial_database SYSTEM './databases/freevial.dtd'>
3
2 by Siegfried-Angel Gevatter Pujals
Update database_format.xml to version 1.1
4
<database version="1.1" id="(category identifier)" language="(2 characters language code)">
1 by Siegfried-Angel Gevatter Pujals
Initial commit; moving data sources to this new repository.
5
	<information>
6
		<name>(category name)</name>
7
		<description>(category description)</description>
8
		<destination>(information about the ideal users)</destination>
9
		<timestamp_creation>(creation date timestamp)</timestamp_creation>
10
		<timestamp_modification>(last modification date timestamp)</timestamp_modification>
11
		<authors>
12
			<author>(author 1), (his email)</author>
13
			<author>(author 2), (her email)</author>
14
			(...)
15
		</authors>
16
	</information>
17
	
18
	<appearance>
19
		<image>(background image)</image>
20
		<sound>(sound for the wheel)</sound>
21
	</appearance>
22
	
23
	<questions>
24
		<question>
25
			<sentence>(question)</sentence>
26
			<author>(author)</author>
27
			<comments>(comments)</comments>
28
			<answers>
29
				<answer correct="True">(first question - this is the correct one, but it could be in another position)</answer>
30
				<answer>(second question)</answer>
31
				<answer>(third question)</answer>
32
			</answers>
2 by Siegfried-Angel Gevatter Pujals
Update database_format.xml to version 1.1
33
			<media type="(image/audio/video)">(file name - only audio has been implemented until now)</media>
1 by Siegfried-Angel Gevatter Pujals
Initial commit; moving data sources to this new repository.
34
		</question>
35
		(...)
36
	</questions>
37
</database>