Hi,
I have 2 schemas , schema A and schema B. I import schema A into schema B so that i could reuse some complex types of schema A. I extend a that complex type in schema B by using <
<xs:extension base>.However, for few elements that i want to reuse, i also want to add restriction like make them required as they are not required in the source schema and i want this element to appear only once (the one i define in schema B).
This is urgent , can someone help?
Thanks