I am getting an error when i validate my XML against the XSD and I Cannot figure out the reason.
"The Error is that an element is not allowed under another element as other elements are expected at the location."
The error snapshot is at https://i.stack.imgur.com/nZDMW.jpg
The XML and XSD are at http://dpaste.com/2933QH8 and http://dpaste.com/16QAQ6B respectively.
Interestingly, another XSD works fine.There is not much difference between the two schemas. Here is the schema against which the XML validates fine. http://dpaste.com/233S87T
Its as if the minOccurs directive is ignored but I am not able to figure out why.
Appreciate some guidance.