# HG changeset patch # User IBBoard # Date 1267391385 0 # Node ID 9e4a78464b1aaff20e944f1122c114f08e7ffb0f # Parent b8883707c4895059217c71b41d77ce948c590928 Re #152: Test and fix extensibility of current schemas * Make xs:anyAttribute and xs:any do lax parsing so that we don't get schema errors * Move Army schema away from core:extension to straight xs:any Needs more testing diff -r b8883707c489 -r 9e4a78464b1a schemas/army.xsd --- a/schemas/army.xsd Sat Feb 27 15:03:18 2010 +0000 +++ b/schemas/army.xsd Sun Feb 28 21:09:45 2010 +0000 @@ -19,28 +19,29 @@ - + - + + - + - + - + @@ -54,13 +55,13 @@ - + - + @@ -72,23 +73,23 @@ - + - + - + - + diff -r b8883707c489 -r 9e4a78464b1a schemas/race.xsd --- a/schemas/race.xsd Sat Feb 27 15:03:18 2010 +0000 +++ b/schemas/race.xsd Sun Feb 28 21:09:45 2010 +0000 @@ -21,24 +21,24 @@ - + - + - + - + - + @@ -53,10 +53,10 @@ - + - + @@ -74,7 +74,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -103,11 +103,11 @@ - + - + @@ -118,13 +118,13 @@ - + - + @@ -133,11 +133,11 @@ - + - + @@ -148,17 +148,17 @@ - + - + - + @@ -170,7 +170,7 @@ - + @@ -180,14 +180,14 @@ - + - + @@ -196,17 +196,17 @@ - + - + - + diff -r b8883707c489 -r 9e4a78464b1a schemas/system.xsd --- a/schemas/system.xsd Sat Feb 27 15:03:18 2010 +0000 +++ b/schemas/system.xsd Sun Feb 28 21:09:45 2010 +0000 @@ -14,26 +14,26 @@ - + - + - + - + - + \ No newline at end of file