MURATA Makoto (FAMILY Given) wrote:
> I propose to first study (1) existing mechanisms (for DTDs and WXS)
> and their pros and cons,
I found this on the Microsoft site
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconvalidationwithinlinexsdschema.asp
It looks like in .NET they allow an inline schema by putting a wrapper
element around the schema and the element to be validated. It seems
strange to me: the wrapper element would surely mess up most
applications pretty badly.
James