VincentSteil / World_Crisis_DB

Creating a database for world crises similar to what IMDB is for movies that can be navigated in a similar manner. Parsed and accessed through python and initially stored in XML and validated against an XSD. The XML is converted in MySQL later on.
1 stars 0 forks source link

XML Schema/Instance #25

Closed mduban closed 11 years ago

mduban commented 11 years ago

Create an XML schema and instance and validate it. Push and pull the schema and instance to and from the grader's repository. Prepend - to the file names at GitHub (i.e. foo-WCDB2.xml and foo-WCDB2.xsd.xml).

VincentSteil commented 11 years ago

Hey everyone, about an hour ago I pushed the schema chosen by the TA to the repo (up until then the one in the repo was our old one). If you based the my SQL or UML schema's on the old one, check yours against the TA's one again. @mduban @wgenerous @caisbalderas

VincentSteil commented 11 years ago

@mduban @caisbalderas @wgenerous I'm done with all of the XML data and the XSD is in the repo as well. Whoever is doing the python files we need to upload to the repo as well: could you upload the xml and xsd while you're at it? Thanks.

mduban commented 11 years ago

I will do it.