Is there a way I can read an schema file to get meta data information? Assuming I have schema that allows an element to have only 2 values (VALUE1 and VALUE2), can I get these allowable values out of the schema - so that I can put them in some UI widget (JCombobox maybe).
Ravi.