Hello, I'm a newbie to relaxNG and just started a project that is a code-generation library based on XML Schema.
The problem is that I need to convert ODF 1.1 RelaxNG schema <http://docs.oasis-open.org/office/v1.1/OS/OpenDocument-schema-v1.1.rng> to XML Schema(.xsd) to process further. I tried a well-known TRANG <http://code.google.com/p/jing-trang/> , but it gives me dozens of warning while converting. and I beleive that warnings are the main reason that the result xsd <http://tellamon.springnote.com/pages/2049370/attachments/923440> failed the validation in XMLSpy tool. The warnings are like below "OpenDocument-schema-v1.1.rng:828:17: warning: choice between attributes and children cannot be represented; approximating" Sorry for posting this converting question out of RelaxNG but I really need to convert it to XSD. The reason I must use XSD than RelaxNG is that * Other teammates are working with XSD * .Net framework support XSD (System.XML.Schema.*) any suggestion? or anybody have a full-validate xsd files of ODF 1.1??