Difference between revisions of "Id3db/schema"

5 bytes added ,  22:07, 11 July 2007
m
no edit summary
(New page: Lets work on the xml schema here. Like what sorts of info we need to collect. Some ideas about xml schema [http://www.w3schools.com/schema/default.asp here]. <?xml version="1.0"?> <xs...)
 
m
Line 6: Line 6:


  <?xml version="1.0"?>
  <?xml version="1.0"?>
<xs:schema xmlns:xs="http://fci.wikia.com/wiki/Id3db/schema"
<xs:schema xmlns:xs="http://fci.wikia.com/wiki/Id3db/schema"
targetNamespace="http://fci.wikia.com"
targetNamespace="http://fci.wikia.com"
xmlns="http://fci.wikia.com"
xmlns="http://fci.wikia.com"
elementFormDefault="qualified">
elementFormDefault="qualified">


</xml>
</xml>