[BLD] ACTION-527 Test the XSD examples

I was able to run the Sun JAXB 2.0 compiler on the BLD XML schema 
without difficulty.  The only (minor) issue
is that 2 Java classes named "Object" and "Class" are generated from the 
schema complexTypes of the same name.  Although these generated classes 
are in package "org.w3._2007.rif_" and thus technically do not conflict 
with Java's java.lang.Class and java.lang.Object, it is a nuisance.  
Also notice the Java package name had to be "munged" as per the JAXB 
spec to turn the namespace IRI into a legal Java package name.

Received on Wednesday, 18 June 2008 22:32:11 UTC