Difference between revisions of "Id3db/schema"

31 bytes removed ,  18:57, 18 July 2007
complete frames link added
(basic xml skelton added)
(complete frames link added)
 
Line 1: Line 1:
Lets work on the xml schema here. Like what sorts of info we need to collect.
Lets work on the xml schema here. Like what sorts of info we need to collect.


Data needs to be collected
Data needs to be collected.
 
* [http://www.id3.org/Frames Complete list of allowed tags]
 
Discuss if any more data needs to be collected.


<pre>
<pre>
Line 15: Line 19:




<song>
<pre>
<title></title>
 
<artist>
<song>
</artist>
<title></title>
<album></album>
<artist>
<genre></genre>
</artist>
<track number></track number>
<composer></composer>
<disc number></disc number>
<album></album>
<year></year>
<genre></genre>
<duration>
<track_number></track_number>
</song>
<disc_number></disc_number>
<year></year>
<duration></duration>
<comment></comment>
</song>


</pre>
Some ideas about xml schema [http://www.w3schools.com/schema/default.asp here].
Some ideas about xml schema [http://www.w3schools.com/schema/default.asp here].
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://fci.wikia.com/wiki/Id3db/schema"
targetNamespace="http://fci.wikia.com"
xmlns="http://fci.wikia.com"
elementFormDefault="qualified">
</xml>