Handling namespaces in xsd

2014-01-27 Thread Parvatikar, Narayan
Hi I am trying to convert a xml sample which has multiple namespaces using xmlbeans inst2xsd java API. The generated xsd does not look correct? Source XML : ?xml version=1.0 encoding=UTF-8? abc xmlns:h=http://www.w3.org/TR/html4/; xmlns:f=http://www.w3schools.com/furniture;

RE: Handling namespaces in xsd

2014-01-27 Thread Parvatikar, Narayan
ref=fur:table xmlns:fur=http://www.w3schools.com/furniture/ element ref=htm:table xmlns:htm=http://www.w3.org/TR/html4// /sequence /complexType /schema Cezar On Mon, 2014-01-27 at 04:36 -0800, Parvatikar, Narayan wrote: Hi I am trying to convert a xml sample which has

Duplicate complex types with mixed elements

2014-03-10 Thread Parvatikar, Narayan
Hi , I am trying to generate a xsd from a sample xml which looks like below, ?xml version=1.0 encoding=UTF-8? person node1 text /node1 node1 name john /name /node1 /person Here node1 is mixed element. But there are two definitions seen for the node1 in xsd. One is global complex type and other