# HG changeset patch # User IBBoard # Date 1236458852 0 # Node ID 1e18de81547204404c7558b2120f270a662b677f # Parent b7c93a5821cd0b2baf9198534e7faccb879bb34b Re #32 - Migrate WarFoundry to schemas * Add "WarFoundry-Core" schema to define numerical types with -1 taking a special value * Add "WarFoundry-Cats" to store common category definition between race and system * Add full system schema * Add partial implementation of race schema Re #34 - Remove choices and base/increment * "WarFoundry-Cats" schema only includes min/max points and percentage diff -r b7c93a5821cd -r 1e18de815472 dtds/race.xsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dtds/race.xsd Sat Mar 07 20:47:32 2009 +0000 @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r b7c93a5821cd -r 1e18de815472 dtds/system.xsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dtds/system.xsd Sat Mar 07 20:47:32 2009 +0000 @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r b7c93a5821cd -r 1e18de815472 dtds/warfoundry-cats.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dtds/warfoundry-cats.xml Sat Mar 07 20:47:32 2009 +0000 @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff -r b7c93a5821cd -r 1e18de815472 dtds/warfoundry-core.xsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dtds/warfoundry-core.xsd Sat Mar 07 20:47:32 2009 +0000 @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file