Note: Currently new registrations are closed, if you want an account Contact us

Id3db/schema

From FSCI Wiki
Revision as of 16:14, 18 July 2007 by Pravs (talk | contribs) (basic xml skelton added)

Lets work on the xml schema here. Like what sorts of info we need to collect.

Data needs to be collected

Title - string, one value
Artist - string, more than one
Album - string, one value
Genre - string, one value
Track Number - integer, one value
Disc Number - integer, one value
Year - integer, one value
Duration - time


<song>
<title></title>
<artist>
</artist>
<album></album>
<genre></genre>
<track number></track number>
<disc number></disc number>
<year></year>
<duration>
</song>

Some ideas about xml schema 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>