views:

20

answers:

1

I have an XML document based on a Schema that uses the xs:group element to bunch elements together.

The result is an entity

where name, address and phone number are defined in a group.

This fails Schema validation in MS (Visual Studio) as well as XERCES (oXygen XML editor)

Is there a workaround?

+1  A: 

In creating a sample XML to post, I was able to determine that validation was only failing because my element order was incorrect. Whoops!

paulwhit
+1 - Glad to hear you were able to figure it out.
Garett
@Garett, LOL :D
infant programmer