Note: Currently new registrations are closed, if you want an account Contact us
Difference between revisions of "Id3db/schema"
(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> |
Revision as of 22:07, 11 July 2007
Lets work on the xml schema here. Like what sorts of info we need to collect.
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>