XML Schema for GWT UIBinder

I'm wondering if Google is ready to publish (or at least any chance to “produce”) a complete formal xml scheme for the GWT UIBinder.

I searched for the latest version of GWT-SDK-2.4, but found nothing. Does the GWT simply look for java sources or reflect widget classes to validate UML instances of xml instances, assuming that the xml schema was not in any way predefined, so accepted for controlling validation?

@EDIT

According to the answer from @Ganesh Kumar, I looked ui.xsd (r6836)and found something, for example. in lines 496-499:

   <!--
        A complex type that contains both text and elements. There is no schema
        for the elements, they can be any elements.
    -->

There are other similar events pointing to no schema for the elements. It looks like Google has not yet defined fully, even consistent in the xml scheme for xml instances, UIBinder, right?

+3
2

AFAIK, XSD , Google Plugin Eclipse doe .

, UiBinder ( , addStyleNames, UIObject javadoc). , ( , , javadoc), , Java, .

+2

, Google XSD UiBinder GWT. GWT, http://google-web-toolkit.googlecode.com/svn/trunk/. XSD

+2

All Articles