How do I get the minOccurs attribute off of an element using the XSOM parser? I've seen this example for getting the attributes related to a complex type:
I’m having a lot of difficuly parsing an .XSD file with a XSOM in Java. I have two .XSD files one defines a calendar and the second the global types. ...
Pls provide me any sample program for XSOM using parse XSD (Java platform) or any reference page link details (pdf or doc) for XSOM using parse XSD? I need to get the attributes and elements(including ref type element) details from the XSD. Edited by: Muthu on Jan 21, 2011 3:08 PM Edited by: Muthu on Jan 21, 2011 4:51 PM Edited ...